-
- Downloads
Set default Sidekiq retries to 3
By default, Sidekiq will retry 25 times with an exponential backoff. This may result in jobs retrying for up to 21 days. Most Sidekiq failures occur when attempting to connect to external services - Project service hooks, web hooks, mailers, mirror updates, etc. We should set a default retry of 3, and if that's not sufficient individual workers can override this in the worker class.
parent
8d0d8b91
No related branches found
No related tags found
Loading
Please register or sign in to comment