-
Notifications
You must be signed in to change notification settings - Fork 605
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
Downloading crates from crates.io fails with HTTP 503 Application Error from herokucdn #6385
Comments
@rust-lang/crates-io, 503 is a very odd error for this endpoint. |
We got many today 😅 in different pipelines (GitHub Actions and on our own infra running with Buildkite) Probably, someone might need to check the endpoint to know what is really happening? |
Going to transfer this to rust-lang/crates-io now. If anyone thinks this is wrong we can transfer it back. |
my best guess is that this happened while we were deploying and Heroku was restarting the dynos. this is obviously not a good excuse though. the long-term plan is to move away from Heroku and use proper zero downtime deployments, but unfortunately we haven't had time for that yet. |
since this issue was opened we've removed nginx from our server, which (in combination with the Heroku restart behavior) was the root cause for the majority of these issues. I'm going to close this issue since the primary issue should be resolved now :) |
Problem
Here is an example:
https://github.com/prisma/prisma-engines/actions/runs/4797771434/jobs/8535173263?pr=3917#step:4:1
Is there anything we can do on our side? (besides retrying)
https://status.crates.io/ does not mention any outage.
Steps
Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: