Commit 42e47a2f authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'osw-supervise-sidekiq-cluster-for-core' into 'master'

Run Sidekiq Cluster supervision on Core

See merge request gitlab-org/gitlab!27249
parents 4ac1aca2 92799db5
# frozen_string_literal: true
if ENV['ENABLE_SIDEKIQ_CLUSTER'] && Gitlab.ee?
if ENV['ENABLE_SIDEKIQ_CLUSTER']
Thread.new do
Thread.current.abort_on_exception = true
......
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