parallel
parallel copied to clipboard
Does parallel have an option to retry killed workers?
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?