mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add stopping to procline
This commit is contained in:
parent
7ec820e9cc
commit
c2826744b3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def procline
|
||||
$0 = "sidekiq #{Sidekiq::VERSION} [#{@busy.size} of #{@count} busy]"
|
||||
$0 = "sidekiq #{Sidekiq::VERSION} [#{@busy.size} of #{@count} busy]#{stopped? ? ' stopping' : ''}"
|
||||
after(5) { procline }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue