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

Slow request times with https://api.anaconda.org/package/conda-forge/cupy #928

Open
jakirkham opened this issue Apr 29, 2024 · 5 comments
Open

Comments

@jakirkham
Copy link
Member

We are seeing slow request times with cupy from Anaconda.org

@kmaehashi put together a nice example of this in this comment ( conda-forge/cupy-feedstock#270 (comment) ) quoted below:

It seems the badge uses the anaconda API. Just a wild guess but shileds.io has some parse size/time limit?

% curl -s https://api.anaconda.org/package/conda-forge/cupy | wc
  429732  656384 10675675
% curl -s https://api.anaconda.org/package/conda-forge/numpy | wc
  211623  332622 5539668

It appears it is taking twice as long to make requests of cupy on Anaconda.org as numpy

cc @leofang

@jakirkham
Copy link
Member Author

Show add have a similar experience using the browser to visit: https://anaconda.org/conda-forge/cupy

@jakirkham
Copy link
Member Author

Retried this just now and saw similar results

% curl -s https://api.anaconda.org/package/conda-forge/cupy | wc
  431188  658992 10722877
% curl -s https://api.anaconda.org/package/conda-forge/numpy | wc
  214432  337772 5630813

cc @jezdez (for awareness)

@leofang
Copy link

leofang commented Jun 14, 2024

@jezdez do you know who should we route this issue to? 🙂

@leofang
Copy link

leofang commented Jun 14, 2024

@jezdez For context, the actual issue that we are trying to address is the CuPy icon is not working: conda-forge/cupy-feedstock#270. As long as it is restored, I honestly don't care how long the request time is 😅

@jezdez
Copy link
Member

jezdez commented Jun 17, 2024

@leofang I bubbled it up at Anaconda to see what the problem is, I don't know myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants