Skip to content

Use Sidekiq Cluster by default for Source installations

What does this MR do?

Passes SIDEKIQ_WORKERS to the bin/background_scripts at the Source installation script. Behind the scenes it'll use bin/sidekiq-cluster instead a bundle exec sidekiq .. to manage Sidekiq.

That's part of gitlab-com/gl-infra/scalability#173 (closed) and the work to make use of Sidekiq Cluster as the SSoT.

Merge request reports