Skip to content
代码片段 群组 项目
未验证 提交 b0c1a6e2 编辑于 作者: Gregorius Marco's avatar Gregorius Marco 提交者: GitLab
浏览文件

Small revisions for style

A small amount of language cleanup.
上级 b2589046
No related branches found
No related tags found
无相关合并请求
- title: "Min concurrency and max concurrency in Sidekiq options"
removal_milestone: "17.0"
announcement_milestone: "16.9"
breaking_change: true
reporter: marcogreg
stage: scalability
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/439687
body: |
The [`sidekiq['min_concurrency']` and `sidekiq['max_concurrency']`](https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html#manage-thread-counts-explicitly) settings are deprecated in GitLab 16.9 and will be removed in GitLab 17.0.
You can use `sidekiq['concurrency']` in GitLab 16.9 and later to set thread counts explicitly in each process.
This change only applies to Linux package (Omnibus) installations.
...@@ -1174,6 +1174,24 @@ settings for the group using either the GitLab UI or GraphQL API. ...@@ -1174,6 +1174,24 @@ settings for the group using either the GitLab UI or GraphQL API.
<div class="deprecation breaking-change" data-milestone="17.0"> <div class="deprecation breaking-change" data-milestone="17.0">
### Min concurrency and max concurrency in Sidekiq options
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">16.9</span>
- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/439687).
</div>
The [`sidekiq['min_concurrency']` and `sidekiq['max_concurrency']`](https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html#manage-thread-counts-explicitly) settings are deprecated in GitLab 16.9 and will be removed in GitLab 17.0.
You can use `sidekiq['concurrency']` in GitLab 16.9 and later to set thread counts explicitly in each process.
This change only applies to Linux package (Omnibus) installations.
</div>
<div class="deprecation breaking-change" data-milestone="17.0">
### Offset pagination for `/users` REST API endpoint is deprecated ### Offset pagination for `/users` REST API endpoint is deprecated
<div class="deprecation-notes"> <div class="deprecation-notes">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册