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

View file

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