-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No more backup is created after backup failure #350
Comments
The backup is re-tried for a few times, with exponential backoff. If the job fails then the backup will be marked as failed and completed. And will not be re-tried anymore. Do you use the backup scheduler from the cluster? Or it's only a single backup? |
I used scheduler. I know job will have several tries but when it failed, jobSyncer will never change What the
|
Your observation is right, the |
Well, I thought a bool field couldn't do this job. I this it's better to have a string field like I have a quick bug fix like this:
|
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: frouioui <frouioui@users.noreply.github.com>
version:0.3.0
I was testing backup function with an error secret access key. I noticed once a backup job failed(6 tries),no more backup is created, even after I used correct secret access key to do backup later.
After deleting the failed backup, new backup started.
The text was updated successfully, but these errors were encountered: