-
Sean McGivern authored
https://github.com/mperham/sidekiq/wiki/Error-Handling#configuration says that `retry: false` is not exactly equivalent to `retry: 0` - it's more like `retry: 0, dead: false`. For logging, those cases are basically the same, though, and making this always an integer prevents mapping errors.
ef67613d