You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: