Skip to content
代码片段 群组 项目
未验证 提交 f8e1d3d5 编辑于 作者: Alejandro Rodríguez's avatar Alejandro Rodríguez 提交者: GitLab
浏览文件

Merge branch 'set-auto-merge-process-worker-to-sticky' into 'master'

Set AutoMergeProcessWorker data consistency to sticky

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167234



Merged-by: default avatarAlejandro Rodríguez <alejandro@gitlab.com>
Approved-by: default avatarAlejandro Rodríguez <alejandro@gitlab.com>
Co-authored-by: default avatardrew <dscimino@gmail.com>
No related branches found
No related tags found
无相关合并请求
......@@ -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.
先完成此消息的编辑!
想要评论请 注册