-
Hi, I would like to ask if there's some way to create new Executor or Agent or something else, how I would ensure that the Agent will run just one flow at the time, wait until it's finished and then run a next one? Thanks a lot for you answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @NoName115 - if you use Prefect Cloud, you can limit the allowable concurrency of flow runs by label. In your case, you'd pick a label that is unique to your Agent and then set the concurrency limit of that label to 1. I'm glad you asked, because it appears we have forgotten to properly document this feature! |
Beta Was this translation helpful? Give feedback.
Hi @NoName115 - if you use Prefect Cloud, you can limit the allowable concurrency of flow runs by label. In your case, you'd pick a label that is unique to your Agent and then set the concurrency limit of that label to 1.
I'm glad you asked, because it appears we have forgotten to properly document this feature!