Skip to content

Sidekiq cluster service should be independent from sidekiq service

We ran into issues with !1660 (merged) when we tried to run sidekiq-cluster without a sidekiq service. This is a bit unexpected and expected at the same time. Expected because sidekiq-cluster was meant to be a wrapper around sidekiq. Unexpected because we should be able to run it independently from the general sidekiq service.