dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 199 forks source link

[NativeAOT-LLVM] Add retries to the NodeJS download task #2349

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

We have been seeing a significant number of cases where the server would fail to respond properly; we should add some retry mechanism to mitigate this.

jkotas commented 1 year ago

Fixed by https://github.com/dotnet/runtimelab/pull/2350