SvenMarcus / hpc-rocket

https://svenmarcus.github.io/hpc-rocket/
MIT License
26 stars 3 forks source link

Resuming workflows #29

Closed SvenMarcus closed 2 years ago

SvenMarcus commented 3 years ago

Sometimes a workflow exceeds the maximum allowed time on a cluster. For this use case we should implement a feature to resume a workflow after their initial run has ended.

SvenMarcus commented 2 years ago

This is hard to generalize and depends on the program being run. It could be solved by providing an easily extensible scripting API. Closing for now.