Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
144 stars 29 forks source link

Retry with backoff #43

Open benmoss opened 4 years ago

benmoss commented 4 years ago

It would be nice if linkcheck would natively support retry with backoff, especially when receiving a 429 status code from the server. I think the current solution is just to retry the linkcheck call itself, and rely on the cache to preserve successful requests from prior attempts.