-
Notifications
You must be signed in to change notification settings - Fork 166
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
Inconsistent Slow downloads from nodejs.org #3898
Comments
it's still slow for you ??? |
Yes, I see slowness and cancellations both now on certain downloads. as per @matthiaz 's view. Something got worse over the last week, IMO |
I'm also seeing slowness and timeouts trying to download
|
FYI, I was dealing with slow/failed downloads using |
I want to download the link https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-x64.tar.gz , but I found it's not working... |
This is most likely due to the origin server being overloaded due to a cache purge done by a release (as @AugustinMauroy pointed out). We're still working on better infra for downloads (#3461), but in the meantime, the fix is to just try it again until the download succeeds unfortunately |
That strange because nodejs.org is deployed on vercel and it's shouldn't do that |
I'm not sure if they meant nodejs.org or nodejs.org/dist Anyhow, download issues are outside the scope of this repository. I'm moving this issue to nodejs/build. |
Another example that ends falling back to source downloading...
|
We're still working on the new infra re #3898 (comment) |
I ran into this issue today and would appreciate a fix as soon as possible.
|
|
URL:
https://nodejs.org/dist/v20.16.0/node-v20.16.0-linux-x64.tar.gz
Browser Name:
curl
Browser Version:
n/a -multiple
Operating System:
Mac, Linux
How to reproduce the issue:
I am not sure if nodejs/build is the right place to file, so feel free to move
When trying to download a nodejs version, we usually are very fast. We see similar speeds from our CI servers, local, etc across multiple networks
Example:
However, at random times, we get super slow. I can rerun this download 10 times, and 3 will fail with this slowness
it's not a local network issue, as this is happening across multiple networks and people, and appears worse over the last 3 days.
Any insight or additional info I can provide support for?
Example - before I killed it 6 minutes in - 152K download:
Realized that nodejs.org might be better place for this than nodejs/build - sorry for double post. #3853 - I know when there were 500 errors at Fastly, the fix was somewhere in the middle, so not sure which team this is.
The text was updated successfully, but these errors were encountered: