Sofia Calcagno
11/27/2023, 3:21 PMprefect work-pool update --concurrency-limit 0 work-pool-1
I get the following output on my terminal:
Updated work pool 'work-pool-1'
However, when I go check the concurrency limit on Prefect Cloud, I see that the concurrency limit is still set at its previous value. When I make a flow run, it is polled by the agent, confirming this is not a UI issue.
When I execute the same command but with another concurrency limit (say 1), I get the same output on my terminal, but the concurrency limit is correctly modified to 1 on Prefect Cloud.
When I manually set the concurrency limit of my work pool to 1 using Prefect Cloud's UI, the operation is correctly registered. When I make a flow run, no agent polls it and it stays "Late" indefinitely (this is the behavior I was expecting).
I wanted to report a bug, but wanted to know if I was missing something before doing it.
Thanks for your help !Kevin Grismore
11/27/2023, 3:25 PMSofia Calcagno
11/27/2023, 3:43 PMKevin Grismore
11/27/2023, 3:46 PMSofia Calcagno
11/27/2023, 3:48 PMprefect work-pool pause work-pool-1
?Kevin Grismore
11/27/2023, 3:51 PMprefect work-pool resume work-pool-1
Sofia Calcagno
11/27/2023, 3:56 PM