Skip to content

fix: add jitter to API retry backoff - #1280

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
poaspergillus:fix-1164-api-retry-jitter
Aug 29, 2026
Merged

fix: add jitter to API retry backoff#1280
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
poaspergillus:fix-1164-api-retry-jitter

Conversation

@poaspergillus

@poaspergillus poaspergillus commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add full jitter to API retry exponential backoff.
  • Add jittered recovery deadlines to the circuit breaker.
  • Add/update focused unit tests for retry and recovery jitter.

Testing

  • Focused Vitest tests: 28/28 passed.
  • Type-check: passed.
  • Prettier: passed.
  • ESLint on changed files: 0 errors.
  • git diff --check: passed.
  • Full test suite was attempted.

Closes #1164

@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@poaspergillus Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 9c7f9d4 into rinafcode:main Aug 29, 2026
7 checks passed
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.

Add jitter to API retry backoff

2 participants