Commit e9142c6f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'grep_fix' of /home/git/repositories/gitlab/gitlabhq

parents 615d859f f3d77a76
......@@ -678,7 +678,7 @@ namespace :gitlab do
end
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment