Hi all, Can we have more than workers/agents polli...
# ask-community
a
Hi all, Can we have more than workers/agents polling a single work pool to distribute the work load or is it limited to have one agent/worker polling a work pool to avoid task duplication and inconsistent execution?
b
Hi Arjun, to my understanding, you can have multiple agents and workers polling a single work pool.
I believe the flow runs are distributed randomly across the workers in the scenario. To distribute the flow runs more evenly, you may consider adding a limit to the number of flow runs a worker or agent can initiate at a time.
For workers I believe this can be accomplished with the --limit option
a
@Bianca Hoch Got it. As per my understanding, limit can pickup multiple flow runs from more than one queue to run parallelly. Is that right.