Hi đź‘‹
We are using the new ECS Push work pools (Prefect Cloud).
We want to define a concurrency limit of 1 for a certain Flow.
In the docs it says: “Push work pools do not have a concurrency setting…” and that we should use
global concurrency limits to achieve this. The examples in the link talk about limit at the Task level and we are interested at the Flow level.
Any idea how to config that at the Flow level?
Thanks.