Skip to content

Mark HTTP Error 507 as permanent#5452

Merged
MichaelEischer merged 2 commits intorestic:masterfrom
dominikschulz:fix/storage
Sep 5, 2025
Merged

Mark HTTP Error 507 as permanent#5452
MichaelEischer merged 2 commits intorestic:masterfrom
dominikschulz:fix/storage

Conversation

@dominikschulz
Copy link
Copy Markdown
Contributor

This change classifies HTTP error 507 (Insufficient Storage) as a permanent error that should not be retried. I keep running into this once in a while and there is literally no point in retrying when the server is full.

Fixes #5429

dominikschulz and others added 2 commits September 5, 2025 19:04
This change classifies HTTP error 507 (Insufficient Storage) as a
permanent error that should not be retried. I keep running into
this once in a while and there is literally no point in retrying when
the server is full.

Fixes restic#5429

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Copy link
Copy Markdown
Member

@MichaelEischer MichaelEischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I've rebased the PR and added a changelog entry.

@MichaelEischer MichaelEischer merged commit 275507f into restic:master Sep 5, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bad error handling "Insufficient Storage"

2 participants