digipres / awesome-digital-preservation

Carefully curated list of awesome digital preservation resources.
Creative Commons Zero v1.0 Universal
74 stars 8 forks source link

Link checker false positives #6

Closed anjackson closed 1 year ago

anjackson commented 2 years ago

The link checker GitHub Action is hitting quite a few false positives. This seems to be due to two problems:

anjackson commented 1 year ago

Workaround is to not check some problematic links at treat 429s as 200s. I'll leave this open as it's not really a proper solution. There have been a couple of issues lodged with the underlying tool, which seems to think delaying only on 429 is sufficient. Perhaps I'll try that again.

anjackson commented 1 year ago

Okay, with a suitably large default timeout, that seems to work okay.