parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Does parallel have an option to retry killed workers?

Open EgorKraevTransferwise opened this issue 4 years ago • 0 comments

I am loading data using multiple workers with variable memory consumption. Sometimes the total RAM is not enough and one of the workers gets killed. Does parallel have an option to respawn the killed worker from scratch whenever that happens, something like a retries=5 parameter?

EgorKraevTransferwise avatar Dec 02 '20 08:12 EgorKraevTransferwise