-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: check external links #1052
Comments
In #2346 (review), @reyang wrote:
No, not as a part of CI currently. There is an NPM script available already that I setup a while back, but as you know, checking external links can be flaky, and it takes quite some time to setup (enabling the check, triaging, fixing actual broken links, adding ignore rules for those that aren't worth fixing or relevant). I just haven't had enough time to bring it online.
Yes, thanks, I'm aware of the way it is handled in the spec (and of the complaint that it is serial in its processing and so makes it slow :)). I was hoping to avoid bring in yet another tool for link checking, given that we already use Enabling external link checking is 3rd on my "General top items" list (towards the bottom): #2163. We'd probably want to run external link checking via a cron job, with some throttling. Otherwise we'd end up hitting 429 errors. Maybe it is worth considering |
FYI, running
|
Closing as we have external link checking working quite nicely now. For follow up tasks, see: |
@anuraaga wrote in #989 (comment):
Yes! I've been working on such a solution (part-time) since the spring. I'll give it more priority in 22Q1.
Related:
The text was updated successfully, but these errors were encountered: