- Issue created by @gugalamaciek
We can define, how often we'd like to check links. And I was wondering, that it might be good idea to check failures more frequently.
Define setting to allow to set different check frequency for links with last code bigger than 399. To eliminate permanent failures from this checks, add extra condition to check more frequently, if number of last fails cound is lower that 10. So condition will be:
code >= 399 AND fail_count <= 10
Active
2.0
Code