SymbolServer.jl icon indicating copy to clipboard operation
SymbolServer.jl copied to clipboard

Improve cache download behvaiour

Open pfitzseb opened this issue 3 years ago • 2 comments

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 avatar Jul 14 '22 08:07 pfitzseb

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.

carstenbauer avatar Aug 05 '22 12:08 carstenbauer

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?

xgdgsc avatar Apr 25 '23 15:04 xgdgsc