Skip to content

Commit

Permalink
Add NodeExecutionPhase.RECOVERED as a terminal phase (flyteorg#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
Katrina Rogan authored Jul 28, 2021
1 parent 0a4ac6a commit be0aa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/executions.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var terminalNodeExecutionPhases = map[core.NodeExecution_Phase]bool{
core.NodeExecution_TIMED_OUT: true,
core.NodeExecution_ABORTED: true,
core.NodeExecution_SKIPPED: true,
core.NodeExecution_RECOVERED: true,
}

var terminalTaskExecutionPhases = map[core.TaskExecution_Phase]bool{
Expand Down

0 comments on commit be0aa2c

Please sign in to comment.