Commit e246cb29 authored by lauraMon's avatar lauraMon Committed by Matthias Käppler

Drop FF load_balancing_for_pipeline_notification_worker

Changelog: removed
parent e04f9dd9
...@@ -8,7 +8,7 @@ class PipelineNotificationWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -8,7 +8,7 @@ class PipelineNotificationWorker # rubocop:disable Scalability/IdempotentWorker
urgency :high urgency :high
worker_resource_boundary :cpu worker_resource_boundary :cpu
data_consistency :delayed, feature_flag: :load_balancing_for_pipeline_notification_worker data_consistency :delayed
def perform(pipeline_id, args = {}) def perform(pipeline_id, args = {})
case args case args
......
---
name: load_balancing_for_pipeline_notification_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66459
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/336517
milestone: '14.2'
type: development
group: group::pipeline authoring
default_enabled: false
...@@ -23,7 +23,6 @@ RSpec.describe PipelineNotificationWorker, :mailer do ...@@ -23,7 +23,6 @@ RSpec.describe PipelineNotificationWorker, :mailer do
it_behaves_like 'worker with data consistency', it_behaves_like 'worker with data consistency',
described_class, described_class,
feature_flag: :load_balancing_for_pipeline_notification_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