You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(check-links): do not fail-fast when receiving http 429 errors (#875)
Workaround for HTTP 429 errors returned by GitHub.
Run the check several times if needed until it passes. As it uses the
cache from the first run, fewer requests are sent to GH, so the
subsequent runs may not have errors.
Tests show that all errors are gone after 3 run (sometimes, some remains
in the 2nd run). Run at most 5 times to give more chance to succeed.
Also update the configuration to ignore other sites that introduced new
protection rules which now reject htmltest with errors HTTP 403.
0 commit comments