Skip to content
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

backup: fail instead of pausing when out of retries #96673

Merged
merged 1 commit into from
Feb 7, 2023

Commits on Feb 6, 2023

  1. backup: fail instead of pausing when out of retries

    This changes backups to fail with the most recent error instead of pausing
    when they run out of retries while hitting non-permanent errors. This is
    desired as a failed backup is expected to be more likely to be seen and noticed
    in monitoring (number of failed jobs increments, they show up red on jobs page,
    etc) and becuase a backup schedule it then able to trigger subsequent jobs
    instead of wiating on the incomplete paused job that will never resume or
    complete without human intervention.
    
    Release note (ops change): a BACKUP which encounters too many retryable errors will now
    fail instead of pausing to allow subsequent backups the chance to succeed.
    dt committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8f8767c View commit details
    Browse the repository at this point in the history