Skip to content

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 24 Sep 15:38
184274d
`feature` Retry Logic improvements. @Benbentwo (#35) This pull request updates the configuration for the promotion retry mechanism in the GitHub Action defined in `action.yml`. The main focus is on making the retry logic more robust and configurable.

Enhancements to retry configuration:

  • Increased the default value of promote-retry-timeout-seconds from 15 to 3000 to allow more time for retry attempts.
  • Introduced a new input parameter promote-retry-wait-seconds with a default value of 30, allowing configuration of the wait time between retries.
  • Updated the runs section to use the new promote-retry-wait-seconds input for retry_wait_seconds.
  • Changed the retry_on condition from timeout to any, so the action will retry on any failure, not just timeouts.