Hello! Is there a way to have concurrency limit on the agent? (Prefect Server)
a
Anna Geller
02/07/2022, 11:02 AM
This is a bit more involved, since there is no concurrency limits feature on Server. But here is a state handler (contributed by community user) that implements a similar functionality on Server: https://github.com/PrefectHQ/server/issues/307
c
Carlos Paiva
02/07/2022, 11:25 AM
I was with the idea that there was a cli option for this when we start the agent. Thank you for your help!
👍 1
k
Kevin Kho
02/07/2022, 2:49 PM
Concurrency limits on the agent was explored, but not performant across all agent types. I think this work is explored in Orion
c
Carlos Paiva
02/07/2022, 7:02 PM
@Anna Geller This script should run as part of the Flow, right? At the start of it?