Skip to content
GitLab
Next
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 1,059
    • Issues 1,059
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 53
    • Merge requests 53
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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.orgGitLab.org
  • omnibus-gitlabomnibus-gitlab
  • Merge requests
  • !4140

Enable sidekiq-cluster by default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bob Van Landuyt requested to merge bvl-sidekiq-cluster-default into master Apr 22, 2020
  • Overview 54
  • Commits 2
  • Pipelines 26
  • Changes 11

This is the next step in having a single way of running Sidekiq: the Sidekiq config now delegates to sidekiq-cluster by default.

We emit warnings when sidekiq['cluster'] is disabled

We emit a warning when sidekiq_cluster['enable'] is set manually, and we fall back to starting Sidekiq with the old configuration.

Related to gitlab-com/gl-infra/scalability#239 (closed)

Docs are in gitlab!30542 (merged)

We can remove the mess in gitlab-com/gl-infra/scalability#240 (closed)

Edited Nov 17, 2021 by GitLab Release Tools Bot
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bvl-sidekiq-cluster-default