Harshith Gogineni
10/15/2025, 12:51 PMcreate_flow_run_from_deployment()
What's happening:
• Deployment YAML has concurrency_limit: 13 and concurrency_limit: 7 configured
• ECS keeps spawning Fargate tasks without respecting limits
I have tried adding a concurrency limit on work pool instead of deployments but that is causing the runs to not even get into pending/running state they are stuck in late.
So ideally I need a solution where the concurrency limits are respected.alex
10/15/2025, 1:24 PMprefect global-concurrency-limit ls, which should show you the occupied slots for your concurrency limits at any given point.Harshith Gogineni
10/15/2025, 1:50 PMHarshith Gogineni
10/17/2025, 6:40 AMalex
10/17/2025, 1:41 PMHarshith Gogineni
10/21/2025, 5:25 AMalex
10/21/2025, 1:15 PMHarshith Gogineni
10/21/2025, 3:08 PMalex
10/21/2025, 3:10 PMprefect global-concurrency-limit ls when the limits are being exceeded?Harshith Gogineni
10/23/2025, 11:41 AMalex
10/23/2025, 2:33 PM