statsd counter change

This commit is contained in:
Mike Perham 2013-11-22 10:34:59 -08:00
parent 6b0629d54f
commit 6d4ee219ff
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ added to Redis 2.8.
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]
- The statsd integration now sets global job counts:
jobs.count
jobs.success
jobs.failure
- Pro now requires 2.17.0
1.2.5