Open
Description
Occasionally, tasks in dpdispatcher might crash unexpectedly, causing the need for resubmission. However, this resubmission process can be inconvenient, for example if the original task was almost completed, and the resubmitted task would simply append to the outputs from zero. In order to avoid this in this issue an alternative solution is proposed - backing up the previous output files to another location and then starting a new run from scratch. This approach would improve efficiency and prevent the need for unnecessary resubmissions. Would it be OK to considering this as a potential user story for dpdispatcher?