https://prefect.io logo
Title
t

Tomás Emilio Silva Ebensperger

03/01/2023, 6:53 PM
Is there a way using Prefect 2.0 to set the concurrency level at the deployment level?
1
r

redsquare

03/01/2023, 7:40 PM
Create a work pool purely for that deployed flow and set the pool concurrency to one
👍 2
t

Tomás Emilio Silva Ebensperger

03/03/2023, 12:08 AM
Does this mean I will have to spin up one agent per deployment?