Skip to content

Enable retries for all requests #2501

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

Open
szokeasaurusrex opened this issue May 9, 2025 — with Linear · 0 comments
Open

Enable retries for all requests #2501

szokeasaurusrex opened this issue May 9, 2025 — with Linear · 0 comments
Labels
CLI Product area Improvement Issue type

Comments

Copy link
Member

We have received reports from a customer that some requests the CLI makes are failing with 502 errors, causing the CLI to fail with non-zero exit status, despite having set a very high max retry count.
However, Sentry CLI does not retry requests to the API that was failing (in this case, the GET /organizations/{}/chunk-upload/ endpoint).

We should investigate whether we can just add consistent retry logic to all of the requests that Sentry CLI makes. If this is feasible, we should just retry all requests; if it turns out that retrying all requests is not desirable, we should at least retry the chunk-upload endpoint, since we know it is blocking a customer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Product area Improvement Issue type
Projects
Status: No status
Development

No branches or pull requests

1 participant