Commit 09cbb969 authored by 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
parents 4c7d1942 eae1cf34
......@@ -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 @@ RSpec.describe PipelineHooksWorker do
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :load_balancing_for_pipeline_hooks_worker,
data_consistency: :delayed
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment