-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Occasional slow network connection to Buildkite and Github from Hetzner Cloud servers #347
Comments
This is definitely still a huge issue. https://buildkite.com/dlang/ci/builds/592#7e4ecaf6-33e9-483e-81e1-47065faeb5d2 It uses to be a few seconds at most. |
Slow cloning times are certainly annoying but can have many different reasons. Given that the rest of the tests on that agent seem to run fine and that the slow cloning was not the cause of the test failure, I'd be careful to jump to conclusions. |
Could be congestion on the transit provider as both Buildkite (s3.amazonaws.com) and Github seem to be located at US-East. |
This might also just be CPU bound (see build times). 8 agents are quite overcommited for a 4 vCPU KVM server. The overcommiting is done intentionally to interleave I/O wait times. |
Looking through the logs it sometimes took several minutes for a few git clones.
Also, I'm currently looking at this build where it takes already more than four minutes to download the distribution archive (something that typically happens in less than 2 seconds).
(https://buildkite.com/dlang/dmd/builds/2922#5fca6c19-2d09-4401-8a8c-d9587ea681f1)
Did we reach a threshold in network usage and are heavily rate-throttled?
The text was updated successfully, but these errors were encountered: