Commit f6d3c3c1 authored by Robert Speicher's avatar Robert Speicher

Only enable sidekiq_cluster initializer in EE

parent 165669b2
if ENV['ENABLE_SIDEKIQ_CLUSTER']
if ENV['ENABLE_SIDEKIQ_CLUSTER'] && Gitlab.ee?
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