I have a work queue with a flow run concurrency of...
# prefect-cloud
m
I have a work queue with a flow run concurrency of 3. Right now there are 4 flow running in the queue. How is that possible?
It looks like one of the running flows retried, which I assume is why the fourth was started. How can I protect against this scenario?
b
Hey Max, are you using a worker or an agent to poll for work? Did you set a concurrency limit on the work pool?
m
Hi Bianca, I have a worker with a concurrency set to 3. I think there is a defect when flows retry