Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
  • Loading branch information
kaovilai authored Aug 9, 2024
1 parent 0e967e4 commit a2ffcda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions design/retry-patching-configuration_design.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Backup Restore Status Patch Retrying Configuration

## Abstract
When a backup/restore completes, we want to ensure that the restore custom resource progress to the correct status.
When a backup/restore completes, we want to ensure that the custom resource progresses to the correct status.
If a patch call fails to update status to completion, it should be retried up to a certain time limit.

This design proposes a way to configure timeout for this retry time limit.
Expand Down Expand Up @@ -105,5 +105,3 @@ Retry should only trigger a restore or backup that is already in progress and no
## Implementation
There is a past implementation in [#7845](https://github.com/vmware-tanzu/velero/pull/7845/) where implementation for this design will be based upon.

## Open Issues
A discussion of issues relating to this proposal for which the author does not know the solution. This section may be omitted if there are none.

0 comments on commit a2ffcda

Please sign in to comment.