Hi team, I have setup an ECS-push workpool with th...
# prefect-aws
s
Hi team, I have setup an ECS-push workpool with the concurrency set on the workpool as 1 . So that only one job of a particular flow runs at a time. Unfortunately, despite explicitly setting the workpool concurrency more than a single flow is running on this workpool. Is there anyway to control concurrency on the ecs-push workpools?
👀 1
b
Hey Sunjay! From my understanding, push work pools do not have a concurrency setting (see docs here: https://docs.prefect.io/2.14.3/guides/deployment/push-work-pools/?h=push)
If you would enforce flow-level concurrency, you can use global concurrency limits (https://docs.prefect.io/2.14.3/guides/global-concurrency-limits/)
🙌 1
s
@Bianca Hoch Thanks for getting back to me on this. I will test this out and get back to you.
1
1