Hello! I’m running a flow using Argo Workflows and...
# ask-metaflow
e
Hello! I’m running a flow using Argo Workflows and using the
foreach
feature to have many workers execute a few steps in parallel. There is, however, one step that I do not want more than 2 nodes to process simultaneously. It sounds like that folks who use AWS can use the
@batch
decorator to limit parallelism on the step level; is there any recommended way to implement this limit on a step level for folks who are not on AWS?
1