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:
parent
d88e793477
commit
7f5ba22f2e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue