-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Added a connection timeout and speed threshold when downloading the Docker cache #58655
Added a connection timeout and speed threshold when downloading the Docker cache #58655
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit ee07b15 has been approved by |
@bors p=2 in-btw rollup filler & we want to have fewer CI failures ;) |
⌛ Testing commit ee07b15 with merge 2826353d641af34e8b1dafba4854e881a734aa4c... |
💔 Test failed - status-appveyor |
@bors retry rust-lang/cargo#6613 |
⌛ Testing commit ee07b15 with merge 77807d6a696f6051042438e1d0a66ea18e1a80ac... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
…alexcrichton Added a connection timeout and speed threshold when downloading the Docker cache This is an attempt to fix one possible cause of #56112. Similar to #52846, this changed the download docker-cache command to fail if it cannot connect or falls below 10 bytes/s after 30 seconds, so it could be retried sooner.
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
This is an attempt to fix one possible cause of #56112. Similar to #52846, this changed the download docker-cache command to fail if it cannot connect or falls below 10 bytes/s after 30 seconds, so it could be retried sooner.