You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: