mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Merge branch 'grep_fix' of /home/git/repositories/gitlab/gitlabhq
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user