elegant-plastic-42374
04/12/2024, 4:55 PMforeach
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?