Skip to content

Commit 1f59834

Browse files
authored
[HC-1655]Link checker rate limiting fix (#492)
* Disable retries Disable retries to avoid rate limiting errors (429) * Limit concurrent requests Limit concurrent requests to avoid rate limiting errors (429) * Limit concurrent requests more Strongly limit concurrent requests to avoid rate limiting errors (429)
1 parent 810e407 commit 1f59834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v1
1717
with:
18-
args: --no-progress --verbose --require-https 'content/*/*/*.md'
18+
args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 1
1919
fail: true
2020
env:
2121
CLICOLOR_FORCE: 1

0 commit comments

Comments
 (0)