Skip to content

Commit

Permalink
Add note for sidekiq#2191
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 17, 2015
1 parent 1fee12f commit 4e68311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pro-2.0-Upgrade.md
Expand Up @@ -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
Expand Down

0 comments on commit 4e68311

Please sign in to comment.