Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • omnibus-gitlab omnibus-gitlab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 979
    • Issues 979
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 62
    • Merge requests 62
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • omnibus-gitlabomnibus-gitlab
  • Merge requests
  • !4006

Allow enabling experimental sidekiq-cluster

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bob Van Landuyt requested to merge bvl-allow-experimental-cluster-settings into master Mar 16, 2020
  • Overview 61
  • Commits 1
  • Pipelines 9
  • Changes 6

We're moving to running Sidekiq cluster as a default in the future. This allows administrators to opt-in to the sidekiq cluster behaviour already.

This behaviour will copy the configuration of sidekiq to sidekiq-cluster. So it will respect concurrency and logging settings.

When enabling cluster for Sidekiq, this will spin up a single Sidekiq-cluster and Sidekiq process. Sidekiq-cluster will be configured with the queue groups set to [*]. Which will spin up a single Sidekiq process picking up all queues.

The documentation for this is being worked on in gitlab!27354 (merged)

Required for !4006 (merged)

Edited Nov 17, 2021 by GitLab Release Tools Bot
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bvl-allow-experimental-cluster-settings