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

Catch 502 bad gateway error during archiving #458

Open
e-belfer opened this issue Oct 28, 2024 · 0 comments
Open

Catch 502 bad gateway error during archiving #458

e-belfer opened this issue Oct 28, 2024 · 0 comments
Labels
bug Something isn't working zenodo

Comments

@e-belfer
Copy link
Member

Zenodo occasionally spits back a 502 "Bad Gateway" error during runs. This results in uploaded files that don't contain the entirety of the data - see e.g., lines 98-114 in this run, which result in a very shrunken file. Sometimes these trip our file validation test, and sometimes they don't.

Theoretically we catch and retry with all errors, but this doesn't seem to be working as expected for the 502s.

We should:

  • catch this error
  • completely retry the file upload to prevent missing chunks
@e-belfer e-belfer added bug Something isn't working zenodo labels Oct 28, 2024
@e-belfer e-belfer moved this from New to Backlog in Catalyst Megaproject Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working zenodo
Projects
Status: Backlog
Development

No branches or pull requests

1 participant