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

Exponential backoff by default? #563

Closed
shouichi opened this issue Apr 11, 2022 · 2 comments
Closed

Exponential backoff by default? #563

shouichi opened this issue Apr 11, 2022 · 2 comments

Comments

@shouichi
Copy link
Contributor

Hello, thanks for the hard work!

Suggestion

Can we change the default behavior to do exponential backoff? Because the default behavior of immediate retry can lead to high load and rarely solves problems.

Background

I switched from sidekiq to good_job recently and found that good_job retries jobs infinitely without backoff. This behavior was surprising for me to be honest. Sidekiq retries up to 25 times with exponential backoff by default (which I believe a good default).

@tedt10e
Copy link
Contributor

tedt10e commented Apr 11, 2022

Hi @shouichi

We already had a discussion about changing the default behavior for GJ3 @ #495

@shouichi
Copy link
Contributor Author

@tedhexaflow Thank you. Great to hear that 👍

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

No branches or pull requests

2 participants