mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
ch-ch-ch-changes
This commit is contained in:
parent
53a07e018e
commit
6bbac7209e
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Make Sidekiq::Middleware::Chain Enumerable
|
- Make Sidekiq::Middleware::Chain Enumerable
|
||||||
- Make summary bar and graphs responsive [manishval] [#1025]
|
- Make summary bar and graphs responsive [manishval, #1025]
|
||||||
- Adds a job status page for scheduled jobs [jonhyman]
|
- Adds a job status page for scheduled jobs [jonhyman]
|
||||||
|
|
||||||
2.13.0
|
2.13.0
|
||||||
|
|
|
@ -6,6 +6,8 @@ Please see http://sidekiq.org/pro for more details and how to buy.
|
||||||
HEAD
|
HEAD
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- LEAK: Fix batch key which didn't expire in Redis. Keys match
|
||||||
|
/b-[a-f0-9]{16}-pending/, e.g. "b-4f55163ddba10aa0-pending" [#1057]
|
||||||
- Fix issue with reliable\_push where it didn't return the JID for a pushed
|
- Fix issue with reliable\_push where it didn't return the JID for a pushed
|
||||||
job when sending previously cached jobs to Redis.
|
job when sending previously cached jobs to Redis.
|
||||||
- Add fast Sidekiq::Queue#delete(jid) API which leverages Lua so job lookup is
|
- Add fast Sidekiq::Queue#delete(jid) API which leverages Lua so job lookup is
|
||||||
|
@ -18,6 +20,8 @@ Sidekiq API
|
||||||
17.250000 2.220000 19.470000 ( 22.193300)
|
17.250000 2.220000 19.470000 ( 22.193300)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Add fast Sidekiq::Queue#delete\_by\_class(klass) API to remove all
|
||||||
|
jobs of a given type. Uses server-side Lua for performance.
|
||||||
|
|
||||||
1.1.0
|
1.1.0
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Add table
Reference in a new issue