Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 7, 2016
1 parent 6cebeef commit 81ecefd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
@@ -1,5 +1,11 @@
# Sidekiq Changes

HEAD
-----------

- Tag quiet processes in the Web UI [#2757, jcarlson]


4.0.2
-----------

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/launcher.rb
Expand Up @@ -127,7 +127,7 @@ def start_heartbeat
'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.
Expand Down

0 comments on commit 81ecefd

Please sign in to comment.