Skip to content
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

Nodejs intermittent 500/503 responses #128

Closed
hlpmenu opened this issue Jul 17, 2024 · 3 comments
Closed

Nodejs intermittent 500/503 responses #128

hlpmenu opened this issue Jul 17, 2024 · 3 comments

Comments

@hlpmenu
Copy link

hlpmenu commented Jul 17, 2024

Im not 100% sure this is the right place, but since the morning(currently 6pm here) there have been huge issues with downloading node tarballs from the official source.

The responses switches between 503 and 500. Affecting both installing/updating using nvm, manually downloading, and most importantly making deployments on cloudflare impossible if using node in any matter. As the build step fails on "downloading node.js binary"

Works 1/10 times when manually visiting the url.

@hardik1410
Copy link

@hlpmenu I was seeing the same since this morning but It is resolved now.

@flakey5
Copy link
Member

flakey5 commented Jul 17, 2024

The issue at hand is the static file server getting overloaded due to a cache purge (re nodejs/build#3424). This current fix is to just wait it out unfortunately, but when this worker is deployed these issues should decrease to almost none.

@hlpmenu
Copy link
Author

hlpmenu commented Jul 17, 2024

Seems to be fixed now!

@hlpmenu hlpmenu closed this as completed Jul 17, 2024
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

No branches or pull requests

3 participants