You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: