Closed gilescope closed 3 months ago
- maybe after a couple of retries bale and switch to cargo install?
Yes it will fallback to cargo-install if retries still failed, but currently we don't have a maximum retries allowed.
I think it just retries forever? https://github.com/oxidize-rb/actions/actions/runs/10218446168/job/28274548992?pr=40
I think it just retries forever? https://github.com/oxidize-rb/actions/actions/runs/10218446168/job/28274548992?pr=40
Yes, it needs an upper bound for it
Turns out that we do have a maximum retry bound in binstalk-downloader:
It's currently set to 3
I suppose that this is something from the binstalk-gh-repo-api which doesn't have an upper bound
url=https://api.github.com/repos/RustSec/rustsec/releases/tags/v0.20.0}: Received status code 403 Forbidden, will wait for 120s and retry