Commit e9142c6f2cfcdf9a13bce375579085bd5ce00947

Authored by Dmitriy Zaporozhets
2 parents 615d859f f3d77a76

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
@@ -678,7 +678,7 @@ namespace :gitlab do @@ -678,7 +678,7 @@ namespace :gitlab do
678 end 678 end
679 679
680 def sidekiq_process_match 680 def sidekiq_process_match
681 - run_and_match("ps ux | grep -i sidekiq", /(sidekiq \d+\.\d+\.\d+.+$)/) 681 + run_and_match("ps ux | grep -i sidekiq | grep -v grep", /(sidekiq \d+\.\d+\.\d+.+$)/)
682 end 682 end
683 end 683 end
684 684