Hello! Is there a way to have concurrency limit on...
# ask-community
c
Hello! Is there a way to have concurrency limit on the agent? (Prefect Server)
a
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
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
Concurrency limits on the agent was explored, but not performant across all agent types. I think this work is explored in Orion
c
@Anna Geller This script should run as part of the Flow, right? At the start of it?
k
Yeah that’s right.
🙏 1