digipres / awesome-digital-preservation

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

Link checker false positives #6

Closed anjackson closed 8 months ago

anjackson commented 1 year ago

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

anjackson commented 8 months 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 8 months ago

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