Skip to content

Commit

Permalink
Clarify min of wait-seconds-before-first-polling is increased to 1 fr…
Browse files Browse the repository at this point in the history
…om 0
  • Loading branch information
kachick committed Jun 3, 2024
1 parent 7ee3c92 commit cff4e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GH-820-graceperiod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: ./
with:
retry-method: 'equal_intervals'
wait-seconds-before-first-polling: '0'
wait-seconds-before-first-polling: '1'
min-interval-seconds: '5'
attempt-limits: '100'
wait-list: |
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: ./
with:
retry-method: 'equal_intervals'
wait-seconds-before-first-polling: '0'
wait-seconds-before-first-polling: '1'
min-interval-seconds: '5'
attempt-limits: '100'
wait-list: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This file only records notable changes. Not synchronized with all releases and t

- main - not yet released
- Add `startupGracePeriod` option in wait-list: [#820](https://github.com/kachick/wait-other-jobs/issues/820)
- Restrict `wait-seconds-before-first-polling` if it is too short as zero or shorter than `startupGracePeriod`
- v3.2.0
- Add `eventName` option in wait-list: [#771](https://github.com/kachick/wait-other-jobs/issues/771)
- v3.1.0
Expand Down

0 comments on commit cff4e66

Please sign in to comment.