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

batch death

This commit is contained in:
Mike Perham 2018-05-10 10:54:14 -07:00
parent f31ed4e699
commit e2e8bfc050

View file

@ -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
---------