Skip to content

Unable to configure the number of queues in sidekiq #2973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aidenpan0x opened this issue Jul 17, 2024 · 2 comments
Open

Unable to configure the number of queues in sidekiq #2973

aidenpan0x opened this issue Jul 17, 2024 · 2 comments

Comments

@aidenpan0x
Copy link

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
Copy link
Author

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?

@slim-azaiz
Copy link

I have the same need
Is it possible to add GITLAB_SIDEKIQ_WORKERS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants