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

update changes

This commit is contained in:
Mike Perham 2016-01-07 15:09:10 -08:00
parent 6cebeef6c8
commit 81ecefdfef
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Sidekiq Changes
HEAD
-----------
- Tag quiet processes in the Web UI [#2757, jcarlson]
4.0.2
-----------

View file

@ -127,7 +127,7 @@ module Sidekiq
'concurrency' => @options[:concurrency],
'queues' => @options[:queues].uniq,
'labels' => @options[:labels],
'identity' => k
'identity' => k,
}
# this data doesn't change so dump it to a string
# now so we don't need to dump it every heartbeat.