sameersbn / sameersbn/docker-gitlab

Unable to configure the number of queues in sidekiq

Open
#2,973 2 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.