Commit 170984c7 authored by Matthias Kaeppler's avatar Matthias Kaeppler

Drop LB FF for ExpirePipelineCacheWorker

Changelog: removed
parent 8cdb4f0d
...@@ -10,7 +10,7 @@ class ExpirePipelineCacheWorker ...@@ -10,7 +10,7 @@ class ExpirePipelineCacheWorker
queue_namespace :pipeline_cache queue_namespace :pipeline_cache
urgency :high urgency :high
worker_resource_boundary :cpu worker_resource_boundary :cpu
data_consistency :delayed, feature_flag: :load_balancing_for_expire_pipeline_cache_worker data_consistency :delayed
# This worker _should_ be idempotent, but due to us moving this to data_consistency :delayed # This worker _should_ be idempotent, but due to us moving this to data_consistency :delayed
# and an ongoing incompatibility between the two switches, we need to disable this. # and an ongoing incompatibility between the two switches, we need to disable this.
......
---
name: load_balancing_for_expire_pipeline_cache_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62073
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/331360
milestone: '14.0'
type: development
group: group::memory
default_enabled: false
...@@ -50,7 +50,6 @@ RSpec.describe ExpirePipelineCacheWorker do ...@@ -50,7 +50,6 @@ RSpec.describe ExpirePipelineCacheWorker do
it_behaves_like 'worker with data consistency', it_behaves_like 'worker with data consistency',
described_class, described_class,
feature_flag: :load_balancing_for_expire_pipeline_cache_worker,
data_consistency: :delayed data_consistency: :delayed
end end
end 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