Skip to content

Disable sidekiq dependency for sidekiq-cluster

Currently it's impossible to only run sidekiq-cluster without sidekiq. This makes it really hard to split the service into different groups of nodes processing specific queues subsets.

This allows sidekiq-cluster to run even when sidekiq is disabled.

Merge request reports