Is there a way to limit how many workflow executio...
# flyte-support
g
Is there a way to limit how many workflow executions per workflow can be running at the same time?
Specifically I want to cap the nr of max executions of a specific workflow while allowing other workflows to have as many executions at the same time (as the latter is much later and doesn't require as many resources/is robust even at high nr. executions while the former does require a lot of resources/isn't robust when many executions run at the same time)
f
It’s not built in today - but some work is ongoing
Union has a better way to do this already