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

This commit is contained in:
Dmitriy Zaporozhets 2013-10-16 11:44:47 +00:00
commit e9142c6f2c
1 changed files with 1 additions and 1 deletions

View File

@ -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