Commit 81dcd623 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'lm-remove-load-balancing-expire-job-cache-ff' into 'master'

Removes load_balancing_for_expire_job_cache_worker FF

See merge request gitlab-org/gitlab!69004
parents c83d6e65 2d89ab5f
......@@ -3,7 +3,7 @@
class ExpireJobCacheWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
data_consistency :delayed, feature_flag: :load_balancing_for_expire_job_cache_worker
data_consistency :delayed
sidekiq_options retry: 3
include PipelineQueue
......
---
name: load_balancing_for_expire_job_cache_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68791
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/339137
milestone: '14.3'
type: development
group: group::pipeline authoring
default_enabled: false
......@@ -33,7 +33,6 @@ RSpec.describe ExpireJobCacheWorker do
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :load_balancing_for_expire_job_cache_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