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

Latest changes

This commit is contained in:
Mike Perham 2013-11-17 13:39:52 -08:00
parent cd15131998
commit 413febc128
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,8 @@
- Change `Sidekiq::Client#push_bulk` to return an array of pushed `jid`s. [#1315, barelyknown]
- Web UI refactoring to use more API internally (yummy dogfood!)
- Further capistrano 3 fixes
- Misc minor fixes
2.16.1
-----------

View file

@ -6,6 +6,8 @@ Please see http://sidekiq.org/pro for more details and how to buy.
HEAD
-----------
Thanks to Jon Hyman for his contributions to this Sidekiq Pro release.
This release offers new functionality based on the SCAN command newly
added to Redis 2.8.
@ -28,6 +30,8 @@ added to Redis 2.8.
- Sidekiq::Batch#remove\_jobs(jid, jid, ...) removes JIDs from the set, allowing early termination of jobs if they become irrelevant according to application logic.
- Sidekiq::Batch#include?(jid) allows jobs to check if they are still
relevant to a Batch and exit early if not.
- Change shutdown logic to minimize Redis round-trips with Reliable Fetch.
- Sidekiq::SortedSet#find\_job(jid) now uses server-side Lua if running Redis 2.6. [jonhyman]
- Pro now requires 2.17.0
1.2.5