Skip to content
Snippets Groups Projects
Commit 09cbb969 authored by Kerri Miller's avatar Kerri Miller
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
---
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
Loading
Loading
@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment