docker-gitlab
docker-gitlab copied to clipboard
Unable to configure the number of queues in sidekiq
SIDEKIQ_CONCURRENCY=25 We found that this parameter can only be configured, but it can be configured officially
Set number of Sidekiq queue processes to the same number as available CPUs
sidekiq['queue_groups'] = ['*'] * 4
A single sidekiq has 100% CPU usage and a large number of queues. I need to increase the number of sidekiqs. Can this parameter be configured in the docker-compose.yml file?
I have the same need Is it possible to add GITLAB_SIDEKIQ_WORKERS