Skip to content

Fail fast when the image lookup cannot obtain credentials - #451

Merged
JonJagger merged 1 commit into
mainfrom
fail-fast-when-image-job-cannot-get-credentials
Aug 11, 2026
Merged

Fail fast when the image lookup cannot obtain credentials#451
JonJagger merged 1 commit into
mainfrom
fail-fast-when-image-job-cannot-get-credentials

Conversation

@JonJagger

Copy link
Copy Markdown
Member

An unreachable STS endpoint made this step retry twelve times, each on a
slow TCP connect timeout, holding a runner for 1h23m. Bound it instead:

action-timeout-s: 45     bounds the action, retries included
retry-max-attempts: 3    twelve only help if each one is fast
timeout-minutes: 2       backstop, whatever the action does
timeout-minutes: 5 (job) beats GitHub's 360-minute default

Values follow the Timeouts section of kosli-dev/tf's README.

  An unreachable STS endpoint made this step retry twelve times, each on a
  slow TCP connect timeout, holding a runner for 1h23m. Bound it instead:

    action-timeout-s: 45     bounds the action, retries included
    retry-max-attempts: 3    twelve only help if each one is fast
    timeout-minutes: 2       backstop, whatever the action does
    timeout-minutes: 5 (job) beats GitHub's 360-minute default

  Values follow the Timeouts section of kosli-dev/tf's README.
@JonJagger
JonJagger merged commit b89f70b into main Aug 11, 2026
13 checks passed
@JonJagger
JonJagger deleted the fail-fast-when-image-job-cannot-get-credentials branch August 11, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants