We just had an edge case with Prefect 1 (v0.15.6) ...
# ask-community
d
We just had an edge case with Prefect 1 (v0.15.6) self-hosted, where two agents which started with the same tags started exactly at the same time a flow_run. As we are moving to prefect 2, can multiple agents listen to the same work queue ? this would be for self-hosted on which we have multiple instances of Orion.
1
j
Yep. Multiple agents can listen to the same work queue. 🙂
d
Great thank you for the confirmation