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

Create an issue when database backups fail because the system runs out of resources #109020

Merged
merged 5 commits into from Jan 30, 2024

Commits on Jan 28, 2024

  1. Create an issue when backups fail because the system runs out of reso…

    …urces
    
    If the backup takes too long, the system can run out of resources
    to store the event queue. When this happens we logged a warning
    in the log which was easy to miss, and users sometimes found out
    their backup had failed at the worst possible time (when they needed
    to restore it.)
    bdraco committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    09a51c7 View commit details
    Browse the repository at this point in the history
  2. fixup tests

    bdraco committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    75db1bd View commit details
    Browse the repository at this point in the history
  3. fixup tests

    bdraco committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e5178c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. format %H:%M:%S

    bdraco committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c346b7 View commit details
    Browse the repository at this point in the history
  2. format %H:%M:%S

    bdraco committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d89e4f3 View commit details
    Browse the repository at this point in the history