Skip to content

ci: cap changelog retry backoff at 16s (5 attempts)#42

Merged
joshuabaker merged 1 commit into
mainfrom
ci/changelog-backoff-tune
Jul 2, 2026
Merged

ci: cap changelog retry backoff at 16s (5 attempts)#42
joshuabaker merged 1 commit into
mainfrom
ci/changelog-backoff-tune

Conversation

@joshuabaker

Copy link
Copy Markdown
Owner

Shortens the changelog retry backoff so no single wait exceeds 16s. Attempts 6→5; waits 2s/4s/8s/16s (previously up to 32s); worst-case total 62s→30s; safety cap 60s→16s. Retry logic unchanged from #41 — only the default constants (still env-tunable via CHANGELOG_MAX_ATTEMPTS / CHANGELOG_RETRY_BASE_MS / CHANGELOG_RETRY_MAX_MS). Verified sequence: 2/4/8/16s, longest 16s, total 30s.

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4315fb9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@joshuabaker
joshuabaker merged commit b235463 into main Jul 2, 2026
2 checks passed
@joshuabaker
joshuabaker deleted the ci/changelog-backoff-tune branch July 2, 2026 11:06
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.

1 participant