Does `max_parallelism` actually work? We have tri...
# flyte-support
m
Does
max_parallelism
actually work? We have tried to set it via the UI and cluster-resource-attributes and it does not seem to be respected. My understanding being: • at
max_parallelism = 1
tasks should run one after the other What we see: • 20+ run at the same time
w
I’ve been adding it with the pyflyte run command and that seems to work
c
It has always worked for us. I'm curious how your workflow is structured
m
It does not adjust
max_parallelism
at all in the workflow itself and it does use a map task - so I would expect the project level config (as visible in the UI) to apply…
w