Skip to content

Set Sidekiq default max concurrency to 20

Sean McGivern requested to merge sidekiq-max-concurrency-20 into master

What does this MR do and why?

The previous default of 50 was far too high. We don't use this on GitLab.com and it's mostly inertia that has left it at this value.

Omnibus MR: omnibus-gitlab!6536 (merged)

Charts MR: gitlab-org/charts/gitlab!2868 (merged)

For omnibus-gitlab#5797 (closed).

How to set up and validate locally

  1. Run bin/sidekiq-cluster --dryrun '*'.
  2. Note how it contains -c20 in the argument list.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sean McGivern

Merge request reports

Loading