Does the `--max-workers` flag pass on to argo? Whe...
# ask-metaflow
e
Does the
--max-workers
flag pass on to argo? When I run
python foreach.py argo-workflows create --max-workers 24
and then look at the manifest in argo, I'm not seeing a reference to max-workers
1
a
search for
parallelism
we set the
parallelism
to
24
for the workflow template that generates the mapped task
e
That's the one! Thank you
👍🏼 1