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

Set AutoMergeProcessWorker data consistency to sticky

There's not a lot of immediate benefit to doing this, but we are
preparing some other changes that will move a very high-volume read
query out of the PipelineProcessWorker and into this worker, where
it will hit replicas before the merge process actually starts.
上级 4327e7d6
未找到相关分支
未找到相关标签
无相关合并请求
......@@ -3,7 +3,7 @@
class AutoMergeProcessWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
data_consistency :always
data_consistency :sticky, feature_flag: :auto_merge_process_worker_sticky
sidekiq_options retry: 3
......
---
name: auto_merge_process_worker_sticky
feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/483008
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167234
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/496567
milestone: '17.5'
group: group::ci platform
type: worker
default_enabled: false
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
想要评论请 注册