docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Unable to configure the number of queues in sidekiq

Open aidenpan0x opened this issue 1 year ago • 2 comments

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

aidenpan0x avatar Jul 17 '24 18:07 aidenpan0x

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?

aidenpan0x avatar Jul 17 '24 18:07 aidenpan0x

I have the same need Is it possible to add GITLAB_SIDEKIQ_WORKERS

SA-KIRA avatar Mar 11 '25 10:03 SA-KIRA