NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
164 stars 74 forks source link

Link checker fails due to 429 Too Many requests #298

Closed sverhoeven closed 2 years ago

sverhoeven commented 3 years ago

The changelog contains a lot of links to github. Running link checker in quick succession will cause 429 Too Many requests errors. This causes CI jobs to be red.

Possible solution could be to add 'retryOn429: true' to mlc config, see https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callback

egpbos commented 2 years ago

Was fixed in #307.