Regarding Do not auto-check maxRequestRetries <= 4 I think that it's quite restrictive, especially since on bigger runs with thousands of results, it's just impossible to have anything like that. Still, some repos might need it, and in such a case, it would be nice to somehow allow overriding default options of this checker (the only way I can think of now is to create some wrappers on your side, for which you always have to remember to use it then)
Regarding
Do not auto-check maxRequestRetries <= 4I think that it's quite restrictive, especially since on bigger runs with thousands of results, it's just impossible to have anything like that. Still, some repos might need it, and in such a case, it would be nice to somehow allow overriding default options of this checker (the only way I can think of now is to create some wrappers on your side, for which you always have to remember to use it then)