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

Latest Pro changes!

This commit is contained in:
Mike Perham 2013-07-27 16:16:25 -07:00
parent c7b0a349ae
commit 7f45a9c6f3

View file

@ -3,6 +3,15 @@ Sidekiq Pro Changelog
Please see http://sidekiq.org/pro for more details and how to buy.
HEAD
-----------
- Fix issue with reliable\_push where it didn't return the JID for a pushed
job when sending previously cached jobs to Redis.
- Add fast Sidekiq::Queue#delete(jid) API which leverages Lua so job lookup is
100% server-side.
1.1.0
-----------