Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
139 stars 29 forks source link

Scheduled CI of rustc-dev-guide fails with `429 Too Many Requests` #66

Open sobolevn opened 2 years ago

sobolevn commented 2 years ago
 error: Server returned 429 Too Many Requests for https://github.com/rust-lang/rustc-dev-guide/issues/1157
    ┌─ debugging-support-in-rustc.md:355:55
    │
355 │ **TODO**: Check the location of the demangler source. [\#1157](https://github.com/rust-lang/rustc-dev-guide/issues/1157)
    │                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Server returned 429 Too Many Requests for https://github.com/rust-lang/rustc-dev-guide/issues/1157

...

Error: -09 18:05:23 [ERROR] (mdbook::renderer): Renderer exited with non-zero return code.
Error: -09 18:05:23 [ERROR] (mdbook::utils): Error: Rendering failed
Error: -09 18:05:23 [ERROR] (mdbook::utils):    Caused By: The "linkcheck" renderer failed
Error: Process completed with exit code 101.

Link: https://github.com/rust-lang/rustc-dev-guide/actions/runs/1819650305

Version: 0.7.2 Source:

Michael-F-Bryan commented 2 years ago

Are you getting rate-limited by GitHub?

sobolevn commented 2 years ago

Yes, looks like this is the case.