mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add note for #2191
This commit is contained in:
parent
1fee12f4e4
commit
4e68311648
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ More context: [#2130]
|
|||
middleware.
|
||||
* You can add `attr_accessor :jid` to a Batch callback class and Sidekiq
|
||||
Pro will set it to the jid of the callback job. [#2178]
|
||||
* There's now an official API to iterate all known Batches [#2191]
|
||||
```ruby
|
||||
Sidekiq::BatchSet.new.each {|status| p status.bid }
|
||||
```
|
||||
* The Web UI now shows the Sidekiq Pro version in the footer. [#1991]
|
||||
|
||||
## Thanks
|
||||
|
|
Loading…
Add table
Reference in a new issue