Closed zlailari closed 4 years ago
@zlailari about how often do you see this in your builds?
About 10%
What about hosting that source file on S3 (or similar) and grabbing from there instead?
It's downloading consistently with the file hosted in S3
Awesome!
As part of our test setup commands, we run
curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/mysql-8.0.sh | bash -s
We are seeing intermittent failures when the mysql CDN responds with a
206 Partial Content
and thewget
(despite the--continue
flag) doesn't complete the download in the default 20 retries. Here's a gist with the outputLet me know if I can provide any additional information!