Merge branch 'grep_fix' of /home/git/repositories/gitlab/gitlabhq
This commit is contained in:
commit
e9142c6f2c
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ namespace :gitlab do
|
||||||
end
|
end
|
||||||
|
|
||||||
def sidekiq_process_match
|
def sidekiq_process_match
|
||||||
run_and_match("ps ux | grep -i sidekiq", /(sidekiq \d+\.\d+\.\d+.+$)/)
|
run_and_match("ps ux | grep -i sidekiq | grep -v grep", /(sidekiq \d+\.\d+\.\d+.+$)/)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue