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

Allow http request retries on all commands #2209

Open
alfredoUcar opened this issue Oct 31, 2024 · 1 comment
Open

Allow http request retries on all commands #2209

alfredoUcar opened this issue Oct 31, 2024 · 1 comment

Comments

@alfredoUcar
Copy link

Context:

I'm having non persisten errors during next.js builds due to connectivity problems that cause inherit http requests of releases new/finalize commands fail.

Since SENTRY_HTTP_MAX_RETRIES only aplies to file related commands I'm forced to retry the entire build process even if previous steps succeed.

Feature request

To improve performance and prevent retries at higher levels (such as ci/cd job) it would be great to either extend SENTRY_HTTP_MAX_RETRIES to all requests or support new segmented variables like SENTRY_HTTP_MAX_RETRIES_{KIND}

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Oct 31, 2024
@szokeasaurusrex
Copy link
Member

@alfredoUcar Thanks for the feedback, this is something we can certainly look into adding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants