filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

Retries for potentially transient errors #61

Open charleskorn opened 3 years ago

charleskorn commented 3 years ago

First of all, thank you for this great tool, it's saved me a heap of time.

Occasionally, linkcheck will fail because an external site returned a HTTP 503 or something like that. It would be great if linkcheck could be configured to retry in this case rather than failing the entire invocation because one site is down.

filiph commented 3 years ago

For what it's worth, I really like this idea. I don't think I'll have the time to implement it myself anytime soon, though..