cargo-crev icon indicating copy to clipboard operation
cargo-crev copied to clipboard

Add exponenetial backoff for fetching from repos that fail

Open dpc opened this issue 2 years ago • 2 comments

Suggested here

dpc avatar Sep 02 '22 16:09 dpc

Most of these fails come from deleted repos.

I think backing of with a 404 is not the correct behaviour, just ignore repos that don't exists.

8de2fdb0 avatar Oct 27 '23 08:10 8de2fdb0

github returns "access denied" for deleted repos, to make it ambiguous whether they've been deleted of went private.

kornelski avatar Oct 29 '23 22:10 kornelski