Skip to content

Commit

Permalink
sseago feedback: finalizing
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai committed Aug 2, 2024
1 parent 6a596ca commit aafff51
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions design/retry-patching-configuration_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ This can lead to incorrect decisions for other components that rely on the backu


## High-Level Design
We will add retries with timeout to existing patch calls that moves a backup/restore from InProgress to a final status such as
We will add retries with timeout to existing patch calls that moves a backup/restore from InProgress to a different status phase such as
- FailedValidation (final)
- Failed (final)
- WaitingForPluginOperations
- WaitingForPluginOperationsPartiallyFailed
- Finalizing
- FinalizingPartiallyFailed

and from above non final phases to
- Completed
- PartiallyFailed
- Failed
- FailedValidation


## Detailed Design
Relevant reconcilers will have `resourceTimeout time.Duration` added to its struct and to parameters of New[Backup|Restore]XReconciler functions.
Expand Down

0 comments on commit aafff51

Please sign in to comment.