mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-10 05:18:00 -05:00
fix(ci): retry on 429 status
This commit is contained in:
1
.github/workflows/commit_compliance.yml
vendored
1
.github/workflows/commit_compliance.yml
vendored
@@ -28,3 +28,4 @@ jobs:
|
||||
with:
|
||||
use-quiet-mode: 'yes'
|
||||
use-verbose-mode: 'yes'
|
||||
config-file: 'ci/markdown_link_check_config.json'
|
||||
|
||||
5
ci/markdown_link_check_config.json
Normal file
5
ci/markdown_link_check_config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"retryOn429": true,
|
||||
"retryCount": 5,
|
||||
"fallbackRetryDelay": "30s"
|
||||
}
|
||||
Reference in New Issue
Block a user