rwth-i6 / sisyphus

A Workflow Manager in Python
Mozilla Public License 2.0
45 stars 24 forks source link

Slurm, fix submitting tasks multiple times #169

Closed albertz closed 9 months ago

albertz commented 9 months ago

submit_helper writes an invalid state to _task_info_cache, and then task_state returns STATE_UNKNOWN, which causes STATE_INTERRUPTED_RESUMABLE, which causes a resubmit.

Fix #163.