Hi, For Flow deployment - I set concurrency limit ...
# ask-community
k
Hi, For Flow deployment - I set concurrency limit 1 and Collision Strategy ENQUEUE from prefect UI. When I started two flow run for that deployment, the first flow run ran, but the second flow run is still in AwaitingConcurrencySlot status, does it auto start or I have to do something?
b
Hi Karthik! What version of Prefect are you using? There was a fix released in 3.1.12 which should help with this.
k
I am using prefect==3.0.0, I will upgrade and see thanks
One more question if I upgrade prefect do i need to deploy the flow gain for it to work?
b
Np! I think you'll only need to redeploy if you're using a custom docker image that has an older version of Prefect.
Otherwise, you should be good
k
Thanks for the help
I upgraded prefect to 3.2.12 and redployed the the flow again still the status is not moved from AwaitingConcurrencySlot Its a prefect aws ecs worker, I upgraded the prefect version in the docker image, and when i run the flow i can see prefect version as 3.2.12 should i do something with prefect worker pool?
plus1 1
e
@Bianca Hoch I want to +1 on this issue. Here is our question on github https://github.com/PrefectHQ/prefect/issues/17452. Could you please help?