Skip to content
Snippets Groups Projects
Commit 0ec28f1b authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'label_gitlab_process_action_cable' into 'master'

Set process_name to action_cable when AC is configured

See merge request gitlab-org/gitlab!64411
parents c54a30c1 4d4a5a45
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -136,6 +136,7 @@ def self.http_proxy_env?
 
def self.process_name
return 'sidekiq' if Gitlab::Runtime.sidekiq?
return 'action_cable' if Gitlab::Runtime.action_cable?
return 'console' if Gitlab::Runtime.console?
return 'test' if Rails.env.test?
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment