Is there a way to ensure a deployment is only runn...
# prefect-getting-started
m
Is there a way to ensure a deployment is only running one at a time? ie if deployment X is running, another run should not start until it completes.
1
r
you can set flow concurrency
m
been meaning to learn about the work pool thing, now a concrete application thank you