fix(ci): retry on 429 status

This commit is contained in:
youben11
2025-05-09 15:06:23 +01:00
parent 10a0efee54
commit 9c4150cb43
2 changed files with 6 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ jobs:
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'ci/markdown_link_check_config.json'

View File

@@ -0,0 +1,5 @@
{
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s"
}