Hey again... so lets say I have prefect server wit...
# ask-community
a
Hey again... so lets say I have prefect server with two worker localagents that connect to it that will have the same flows / tasks deployed manually through ansible. I must have misconfigured something, because it looks like when both agents are up and I run a job, it gets submitted to both agents
vs
in the 2nd image, I manually shut down one of the agents
neither my flows or agents have lables, as I want them all able to run every flow, just whatever agent gets assigned it should be the only one running it... I cannot see why Prefect would submit the work to both agents intentionally
Just FYI, the specific flow run only shows up under a single agent, but the logs are obviously showing something different
Welp, looks like the fix is coming: https://github.com/PrefectHQ/server/pull/291
k
Yeah the state locking in Cloud was more robust. The fix is indeed coming for this