1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add change note

This commit is contained in:
Mike Perham 2014-04-12 14:45:17 -07:00
parent d88e793477
commit 7f5ba22f2e

View file

@ -1,6 +1,10 @@
HEAD
-----------
- Add ability to disable jobs going to the DJQ with the `dead` option.
```ruby
sidekiq_options :dead => false, :retry => 5
```
- Minor fixes