Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.

Home Page:https://michael-f-bryan.github.io/mdbook-linkcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry with backoff

benmoss opened this issue · comments

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.