Hi! I’ve been trying to limit how many `RUNNING` ...
# flyte-support
t
Hi! I’ve been trying to limit how many
RUNNING
executions are allowed at a given time for my workflow and despite following these steps and setting
max_parallelism = 3
in both my launch plan and a
config.yaml
that I’m using, flyte propeller still seems to still allow as many as 20 executions to be in a
RUNNING
state at once. Is
max_parallelism
not doing what I think it does? Or is there another way of limiting how many executions can be run at once?
v
Hey Omar, would you mind sharing your code? Also, where are you running this?
🙌🏽 1
a
I think what you need is a workflow-level limit, like what this issue describes? I think
max_parallelism
controls how many task nodes inside a workflow are evaluated at the same time
v
Hey folks, just following up here. Is anything else needed?