Skip to content
Snippets Groups Projects
Commit d498ec98 authored by Drew Blessing's avatar Drew Blessing
Browse files

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
1 merge request!7294Set default Sidekiq retries to 3
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment