With prefect cloud - is there a way to prevent ove...
# ask-community
h
With prefect cloud - is there a way to prevent overlapping flow runs?
k
Hey @Hugo Shi, yes using Flow Run Concurrency where if set a limit on that label of 1, then the next flow would wait for the currently running one to finish before starting
h
thank you!
b
Hey @Kevin Kho - further to this question is it possible to specify a
superset
for the task concurrency limit?
This could be super useful
k
Wouldn’t that be the same if you have tag A,B, and C, and then A is a superset of B and C. All you need to do is set a limit on A along with setting B or C? And then apply limit on A and B to the Flow?
b
you are right lol. It is Monday morning here, excuse me lol
😅 1