mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
statsd counter change
This commit is contained in:
parent
6b0629d54f
commit
6d4ee219ff
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ added to Redis 2.8.
|
||||||
relevant to a Batch and exit early if not.
|
relevant to a Batch and exit early if not.
|
||||||
- Change shutdown logic to minimize Redis round-trips with Reliable Fetch.
|
- 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]
|
- Sidekiq::SortedSet#find\_job(jid) now uses server-side Lua if running Redis 2.6. [jonhyman]
|
||||||
|
- The statsd integration now sets global job counts:
|
||||||
|
jobs.count
|
||||||
|
jobs.success
|
||||||
|
jobs.failure
|
||||||
|
|
||||||
- Pro now requires 2.17.0
|
- Pro now requires 2.17.0
|
||||||
|
|
||||||
1.2.5
|
1.2.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue