mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
batch death
This commit is contained in:
parent
f31ed4e699
commit
e2e8bfc050
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ HEAD
|
|||
---------
|
||||
|
||||
- Add at\_exit handler to push any saved jobs in `reliable_push` when exiting. [#3823]
|
||||
- Implement batch death callback. This is fired the first time a job within a batch dies. [#3841]
|
||||
```ruby
|
||||
batch = Sidekiq::Batch.new
|
||||
batch.on(:death, ...)
|
||||
```
|
||||
|
||||
4.0.2
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue