Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab FOSS
GitLab FOSS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge Requests
  • !21624

Merged
Opened Sep 09, 2018 by Stan Hu@stanhuOwner

Bump Sidekiq 5.1.3 to 5.2.1

  • Overview 4
  • Commits 2
  • Pipelines 4
  • Changes 4

The most significant change in this version is that the default concurrency has been lowered from 25 to 10 (https://github.com/mperham/sidekiq/issues/3892). This doesn't affect omnibus-gitlab because the concurrency is controlled via a setting that defaults to 25 anyway and is passed in via the -c command-line parameter.

However, source installations (including the GDK) will have to either specify the concurrency in sidekiq.yml or use the -c option.

Full list of changes: https://github.com/mperham/sidekiq/blob/master/Changes.md

Edited Sep 09, 2018 by Stan Hu
Assignee
Assign to
Reviewer
Request review from
11.4
Milestone
11.4 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab-foss!21624
Source branch: sh-bump-sidekiq-5.2.1