Skip to content

Retry timeout #596

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

Merged
merged 3 commits into from
Jan 8, 2022
Merged

Retry timeout #596

merged 3 commits into from
Jan 8, 2022

Conversation

Mark-Simulacrum
Copy link
Member

rust-lang/rust#92413 (comment) failed due to a request timeout, plausibly because of a parallel request (e.g., metrics) which locked out the database for long enough to cause a failure. This changes our retry logic to hopefully always retry timed out requests.

(It does not take the step we took with docker builds of unilaterally retrying all requests, but that may be a better path rather than trying to guess... for now this seems a more limited answer).

@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Jan 8, 2022

📌 Commit a2f3b39 has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Jan 8, 2022

⌛ Testing commit a2f3b39 with merge 774de59...

@bors
Copy link
Contributor

bors commented Jan 8, 2022

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 774de59 to master...

@bors bors merged commit 774de59 into rust-lang:master Jan 8, 2022
@Mark-Simulacrum Mark-Simulacrum deleted the retry-timeout branch January 8, 2022 21:48
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.

2 participants