Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce max number of retries for Sidekiq jobs to 3
The default for the `retry` option is `true` which corresponds to 25 retries. Now we've got the Sidekiq UI set up, it's less useful for jobs to keep retrying over several days/weeks, because we can always retry them manually from the Sidekiq morgue. Addresses #103.
- Loading branch information