Fix Sidekiq system check for cluster mode
When running with sidekiq-cluster (which is the default now) we have
more than one worker process, so the check is changed to either require
0 cluster processes and 1 worker, or 1 cluster process with 1+ workers.
Co-authored-by: Markus Koller <mkoller@gitlab.com>
Showing
Please register or sign in to comment