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

CLI should retry when it encounters a 502 error #351

Closed
Tracked by #1450
rohan-at-sentry opened this issue Jan 8, 2024 · 1 comment · Fixed by #382
Closed
Tracked by #1450

CLI should retry when it encounters a 502 error #351

rohan-at-sentry opened this issue Jan 8, 2024 · 1 comment · Fixed by #382
Assignees
Labels
bug Something isn't working

Comments

@rohan-at-sentry
Copy link

Discussed in codecov/feedback#88

Originally posted by drazisil-codecov July 19, 2023
When the CLI encounters a 502 error

<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>

It should retry.

@trent-codecov trent-codecov transferred this issue from codecov/feedback Jan 8, 2024
@drazisil-codecov drazisil-codecov added the bug Something isn't working label Jan 9, 2024
@eliatcodecov
Copy link
Contributor

my guess is we need to duplicate the retry logic found in codecov/uploader, where we will retry the POST two or three times before giving up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Waiting for: Product Owner
Development

Successfully merging a pull request may close this issue.

4 participants