Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(retry-backoff-jitter): additional options exponential backof, jitter #940

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kim-sung-jee
Copy link
Contributor

The following features have been added:

  • Exponential Backoff
    A new factor option to increase delays exponentially (e.g., 100ms, 200ms, 400ms).
    The default value is 1.

  • Randomized Delays
    Added a simple jitter to exponential backoff increases.
    The default value is false.

  • Customizable Delay Ranges
    Added retryMinDelay and retryMaxDelay options for precise delay control.

Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 6:47am

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