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

Improve cache download behvaiour #256

Open
pfitzseb opened this issue Jul 14, 2022 · 2 comments
Open

Improve cache download behvaiour #256

pfitzseb opened this issue Jul 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@pfitzseb
Copy link
Member

Currently, we're trying to download cache files for all packages even if they all time out, which can take quite a bit of time. Would be good to add a heuristic that aborts after the first N downloads time out (or otherwise fail).

@pfitzseb pfitzseb added the enhancement New feature or request label Jul 14, 2022
@carstenbauer
Copy link

Just ran into this so +1.

Actually, I also wonder why all the download attempts time out. On the system, I use a proxy to access the internet but installing Julia packages and such works just fine.

@xgdgsc
Copy link

xgdgsc commented Apr 25, 2023

It seems the download doesn' t use proxy settings from vscode "http.proxy"? Can the cache be hosted at pkg.julialang.org to reuse the existing mirroring framework? Or provide a one liner cli command that use proxy setting from shell if failed downloading?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants