mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
update changes
This commit is contained in:
parent
6cebeef6c8
commit
81ecefdfef
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
HEAD
|
||||
-----------
|
||||
|
||||
- Tag quiet processes in the Web UI [#2757, jcarlson]
|
||||
|
||||
|
||||
4.0.2
|
||||
-----------
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue