With prefect cloud - is there a way to prevent overlapping flow runs?
k
Kevin Kho
08/13/2021, 10:12 PM
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
Hugo Shi
08/13/2021, 10:13 PM
thank you!
b
Ben Muller
08/15/2021, 10:02 PM
Hey @Kevin Kho - further to this question is it possible to specify a
superset
for the task concurrency limit?
Ben Muller
08/15/2021, 10:02 PM
This could be super useful
k
Kevin Kho
08/15/2021, 10:05 PM
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
Ben Muller
08/15/2021, 10:51 PM
you are right lol.
It is Monday morning here, excuse me lol