sameersbn / sameersbn/docker-gitlab
Unable to configure the number of queues in sidekiq
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how SIDEKIQ_CONCURRENCY and sidekiq['queue_groups'] are handled in the Dockerized GitLab configuration. Reproduce the reported queue-count behavior with the values in the issue, then verify whether the documented configuration takes effect and identify what remains unsupported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, gitlab
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100