What would you like to be added?
Default setting for Dask worker job when_to_transfer_output = ON_EXIT_OR_EVICT
Why is this needed?
If when_to_transfer_output = ON_EXIT_OR_EVICT is enabled for the Dask worker, the output is transferred to the spool if condor_vacate_job is performed on the job
This should be used together with a patch to the job_rm.sh script in which condor_rm is subsituted with condor_suspend. Crashing jobs can then be resumed with condor_continue and then vacated as described above.
What would you like to be added?
Default setting for Dask worker job
when_to_transfer_output = ON_EXIT_OR_EVICTWhy is this needed?
If
when_to_transfer_output = ON_EXIT_OR_EVICTis enabled for the Dask worker, the output is transferred to the spool ifcondor_vacate_jobis performed on the jobThis should be used together with a patch to the
job_rm.shscript in whichcondor_rmis subsituted withcondor_suspend. Crashing jobs can then be resumed withcondor_continueand then vacated as described above.