-
Notifications
You must be signed in to change notification settings - Fork 15
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
Intermittent "HTTP 502 BAD GATEWAY" error for repo.anaconda.com #825
Comments
@jezdez - you can assign this to me, I'm looking into it |
@l0b0 👋 Could you point me to a couple of the specific failed GH actions? It would be helpful to see the earliest and the most recent ones, if you can dig those up for me. |
This job might be the first one, but it has a slightly different error:
I can't seem to find old failed runs for any of the merged PRs, so I strongly suspect GitHub must be discarding those logs. I'm also not sure when the problem started; the previous time I had a look at the project seems to have been 17 August 2023. |
Seeing this
|
Have been seeing a variation on this intermittently recently when re-rendering in conda-forge Here is a recent example taken from the GHA rerender service (with attached log): requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://api.anaconda.org/download/conda-forge/conda-forge-pinning/2024.05.29.16.17.59/noarch/conda-forge-pinning-2024.05.29.16.17.59-hd8ed1ab_0.conda |
Checklist
What happened?
I work on a project which runs a matrix of jobs to verify that it works on a number of platforms (2 subprojects * 3 operating systems * 4 Python versions, for a total of 24). Sometime probably within the last few weeks about 25% of these jobs have started failing with the same general error for a bunch of different packages. For example:
Is it possible that one of your mirrors is misbehaving, or that the project is being throttled and the server should be returning HTTP 429 Too Many Requests?
(I've added a caching step to the job just now to minimise the impact of unreliable mirrors.)
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: