stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

add option to retry before failing #254

Open rajatjindal opened 1 year ago

rajatjindal commented 1 year ago

Is your feature request related to a problem? Please describe. during our testing we noticed sometimes a link returns 404 but on retrying a couple of times, it works ok. This create noise in ci pipelines.

Describe the solution you'd like If we could retry a configured number of times automatically, it would help mitigate such intermittent issues

Describe alternatives you've considered

Additional context happy to provide more info if needed and also if this looks like an acceptable request, I am happy to try working on an implementation for this.