1
0
Fork 0
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:
Mike Perham 2015-02-17 14:37:21 -08:00
parent 1fee12f4e4
commit 4e68311648

View file

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