Commit e2551e26 authored by John Hope's avatar John Hope

Revert "Merge branch 'label_gitlab_process_action_cable' into 'master'"

This reverts merge request !64411
parent 0ac6a152
...@@ -136,7 +136,6 @@ module Gitlab ...@@ -136,7 +136,6 @@ module Gitlab
def self.process_name def self.process_name
return 'sidekiq' if Gitlab::Runtime.sidekiq? return 'sidekiq' if Gitlab::Runtime.sidekiq?
return 'action_cable' if Gitlab::Runtime.action_cable?
return 'console' if Gitlab::Runtime.console? return 'console' if Gitlab::Runtime.console?
return 'test' if Rails.env.test? return 'test' if Rails.env.test?
......
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