Skip to content

fix(sync): handle 502 (Bad Gateway) gracefully#6490

Merged
max-nextcloud merged 1 commit intomainfrom
fix/handle-502-gracefully
Oct 2, 2024
Merged

fix(sync): handle 502 (Bad Gateway) gracefully#6490
max-nextcloud merged 1 commit intomainfrom
fix/handle-502-gracefully

Conversation

@max-nextcloud
Copy link
Collaborator

This is the proxies response when the request to the server fails.
It is often temporary - so it makes sense to keep trying.

Without this text will stop fetching changes from the server
on the first 502 it encounters.

This is the proxies response when the request to the server fails.
It is often temporary - so it makes sense to keep trying.

Signed-off-by: Max <[email protected]>
@max-nextcloud max-nextcloud requested a review from mejo- as a code owner October 2, 2024 05:15
@max-nextcloud
Copy link
Collaborator Author

/backport to stable30

@max-nextcloud
Copy link
Collaborator Author

/backport to stable29

@max-nextcloud
Copy link
Collaborator Author

/backport to stable28

@max-nextcloud
Copy link
Collaborator Author

cypress failures are unrelated.

@juliusknorr
Copy link
Member

Nice one :)

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.

3 participants