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

Backoff, Jitter and retries #2365

Open
qkarpowi opened this issue Feb 12, 2024 · 0 comments
Open

Backoff, Jitter and retries #2365

qkarpowi opened this issue Feb 12, 2024 · 0 comments

Comments

@qkarpowi
Copy link

When using hangfire to fire api calls in the background it would be beneficial to configure the request to not retry 10 times in a row one after the other but introduce some kind of delay or jitter. Is it possible to introduce jitter or delay to the retries currently? Is it possible to this feature request to a backlog?

For me some kind of exponential retries would be super helpful, where it would retry in 2 min then 4 min then 8 min then 16 min then 32 min.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant