-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
designThe issue is related to the high-level architectureThe issue is related to the high-level architectureenv/allTo indicate something that applies to all environmentsTo indicate something that applies to all environmentsfeature_requestNew feature requestNew feature requesthelp wantedExtra attention is neededExtra attention is needed
Description
When functions execute, they create backups of the output they produce (i.e., the input(s) to the next function(s)) when they are finished executing (i.e., checkpointing). These backups should be used by a recovery manager in case of a failure of a subsequent function.
There should be some coordination with the recovery manager regarding when functions start, finish and fail.
See #85 for how these checkpoints are created and can be found.
Metadata
Metadata
Assignees
Labels
designThe issue is related to the high-level architectureThe issue is related to the high-level architectureenv/allTo indicate something that applies to all environmentsTo indicate something that applies to all environmentsfeature_requestNew feature requestNew feature requesthelp wantedExtra attention is neededExtra attention is needed