-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Some tasks (e.g. using checkpointing) can be restarted if stopped by a time limit (e.g. with SLURM). It would be good to be able to restart them, so that this can be properly handled:
- A restarting tasks must derive from
ResumableTask(that derives fromTask) - Non resumable tasks directory can be cleaned up before starting, but not for resumable ones – this includes dynamic outputs in particular
- For schedulers that support this, a new exit error (Timeout) has to be created and handled
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status