Skip to content

Commit

Permalink
Improve the lock retry timing
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 24, 2024
1 parent ef14519 commit 532a130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
nick-fields/retry@v3
if: ${{ env.STATUS_CODE == env.RETRY_LATER}}
with:
max_attempts: 15
max_attempts: 12
warning_on_retry: true
retry_wait_seconds: 3600
retry_wait_seconds: 300
retry_on_exit_code: 1
timeout_minutes: 3600
timeout_seconds: 60
command: |
STATUS_CODE="$(curl --w '%{http_code}' \
-X PUT \
Expand Down

0 comments on commit 532a130

Please sign in to comment.