David Thulke

Results 2 issues of David Thulke

When defining a Task you can set a `resume` function name which is called instead of the actual Task function when a task is resumed, e.g.: ``` yield Task('run', resume='resume_run')...

SLURM can automatically requeue jobs (e.g. on node failure or preemption of a higher priority job: https://slurm.schedmd.com/sbatch.html#OPT_requeue). In general this is similar to the resume function we have in sisyphus...