blue-daybreak-26318
12/13/2021, 2:22 AMforeach
though would result in 1,500 workers being run concurrently, so just setting --max_num_workers
to 1,500 runs into OOM errors.
has it been considered to allow an option to set batch sizes for the foreach
workers? eg run X
number of workers at a time, until the task is done, then it moves to the next step?straight-shampoo-11124
12/13/2021, 4:08 AM--max-workers
(or just wait longer with a lower --max-workers
).
Are these local tasks or @batch
?