Sidekiq comes with automatic job retry, where a failed job enters the retry set. This retry system has exponential backoff using the formula (retry_count ** 4) + 15 +
(retry_count ** 4) + 15 +