-
Notifications
You must be signed in to change notification settings - Fork 14
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
General slowness observed on anaconda.org (web, API, file serving) #899
Comments
I just got a plain
as a response to opening https://anaconda.org/main/repo in the web browser.
|
Can you try this for some channel not conda-forge, bioconda, or Anaconda? There's some Cloudflare wizardry that happens for larger channels that splits out requests that are bound for CDN (e.g., |
Do you happen to know any non-CDN-backed channel that is somewhat large? |
Can you try https://anaconda.org/LiteX-Hub/? |
Got a
right away for https://anaconda.org/LiteX-Hub/ . |
Downloading https://anaconda.org/LiteX-Hub/ via |
Just happened incidentally: # conda-smithy rerender
Traceback (most recent call last):
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/bin/conda-smithy", line 10, in <module>
sys.exit(main())
^^^^^^
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/cli.py", line 737, in main
args.subcommand_func(args)
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/cli.py", line 584, in __call__
self._call(args, tmpdir)
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/cli.py", line 589, in _call
configure_feedstock.main(
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/configure_feedstock.py", line 2602, in main
check_version_uptodate("conda-smithy", __version__, True)
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/configure_feedstock.py", line 2310, in check_version_uptodate
most_recent_version = get_most_recent_version(name).version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/conda_smithy/configure_feedstock.py", line 2299, in get_most_recent_version
request.raise_for_status()
File "/home/mbargull/code/conda/conda-forge/envs/conda-smithy/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 524 Server Error: for url: https://api.anaconda.org/package/conda-forge/conda-smithy |
Anaconda's infrastructure team has noticed a scaling issue with the .org back-end; that might be related, and they're currently working on resolving that issue. I'll update this ticket once they're done deploying the changes, and we can recheck to see if that fixes the issue. |
Thanks keeping an eye out and thanks to the infra team for working on it! 🛠️ |
As a datapoint, one of my local tests on the
|
This still seems to be happening sporadically with the
|
At least in the RAPIDS case, we managed to fix issues in ( #906 ) |
In the lasts weeks I've only noticed some sporadic failures, again, with (Cloudflare-specific) 520 or 524 HTTP status codes. |
Checklist
What happened?
This is a very vague issue, but I generally noticed very slow response times for anaconda.org as of late
conda-forge
/bioconda
), e.g.,conda-forge/label/...
channels.For the last part, one of latest evidences would be:
observed at https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_build/results?buildId=904323&view=logs&j=a70f640f-cc53-5cd3-6cdc-236a1aa90802
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: