-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Seeing 500s from yarnpkg.com #3353
Comments
Confirmed; our CI builds are failing because of this error.
|
It also looks like this can corrupt packages that are concurrently being installed. On clean caches we saw these instances. If a later version of yarn resolves this, apologies:
|
This seems to have cleared up, but it would really be great if there was a status page and a documented place to report outages. |
I'm considering setting up a status page using Cachet (https://cachethq.io/), but I'll need to see whether the rest of the team think it's a good idea. Apart from that, there's an open GitHub issue around having some optional logging for request failures so we can see how often they happen. I suspect the numbers that CloudFlare give us in their reports aren't capturing all the failures, so having our own data would be useful to see how often this occurs. You can either use the
|
I agree with you @Daniel15 |
Bug is still occuring. |
It seems to be happening right now.
this is via Circle CI. circleci.com |
Whats strange is I request https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.3.0.tgz manually and it works fine |
Should be fixed via #2849, feel free to send a PR |
@bestander This will only partially fix this issue. The second half of the solution should be to implement a status page for the Yarn registry for the times it really starts having problems, and the 500s don't go away on next request (which is what was happening at the time the OP was posted). |
@SEAPUNK, that is a good idea, we already expose stats for the downloads per day https://stats.yarnpkg.com/. According to the CDN logs we only have 100s of |
It is pretty easy to set up a status page with something like statuspage.io or status.io. |
As a work around use the npm registry with Yarn. https://registry.npmjs.org/ |
I added a status page at https://status.yarnpkg.com/ that we can use to report any major issues. |
Happened approximately one hour (58-59 minutes) ago
|
This is no longer an issue so closing. |
@BYK seeing this multiple times today |
Same issue here: |
Seeing this as well but we're also getting an issue about the signature a little further down the logs.
|
Same issue as well: |
Yep, just started receiving this in our CI
|
Also receiving in our CI - |
happening to us intermittently as well: |
This happens several times a day for us. On CircleCI. I assume it's some kind of rate limiting. |
We started seeing those in our CI system as soon as we switching to yarn as well. If it was rate limiting then I wouldn't expect a 500 response as those are for internal errors. |
I'm seeing sporadic errors like
They are occurring at a high enough rate to prevent me from working or deploying.
Is there a status page somewhere for issues with registry.yarnpkg.com?
The text was updated successfully, but these errors were encountered: