Skip to content
代码片段 群组 项目
提交 09cbb969 编辑于 作者: Kerri Miller's avatar Kerri Miller
浏览文件

Merge branch '331424-remove-pipelinehooksworker-ff' into 'master'

Drop load-balancing FF in PipelineHooksWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!64107
No related branches found
No related tags found
无相关合并请求
......@@ -8,7 +8,7 @@ class PipelineHooksWorker # rubocop:disable Scalability/IdempotentWorker
queue_namespace :pipeline_hooks
worker_resource_boundary :cpu
data_consistency :delayed, feature_flag: :load_balancing_for_pipeline_hooks_worker
data_consistency :delayed
# rubocop: disable CodeReuse/ActiveRecord
def perform(pipeline_id)
......
---
name: load_balancing_for_pipeline_hooks_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62104
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/331424
milestone: '14.0'
type: development
group: group::memory
default_enabled: false
......@@ -25,6 +25,5 @@
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :load_balancing_for_pipeline_hooks_worker,
data_consistency: :delayed
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册