Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e246cb29
Commit
e246cb29
authored
Aug 03, 2021
by
lauraMon
Committed by
Matthias Käppler
Aug 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop FF load_balancing_for_pipeline_notification_worker
Changelog: removed
parent
e04f9dd9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
11 deletions
+1
-11
app/workers/pipeline_notification_worker.rb
app/workers/pipeline_notification_worker.rb
+1
-1
config/feature_flags/development/load_balancing_for_pipeline_notification_worker.yml
...pment/load_balancing_for_pipeline_notification_worker.yml
+0
-9
spec/workers/pipeline_notification_worker_spec.rb
spec/workers/pipeline_notification_worker_spec.rb
+0
-1
No files found.
app/workers/pipeline_notification_worker.rb
View file @
e246cb29
...
...
@@ -8,7 +8,7 @@ class PipelineNotificationWorker # rubocop:disable Scalability/IdempotentWorker
urgency
:high
worker_resource_boundary
:cpu
data_consistency
:delayed
,
feature_flag: :load_balancing_for_pipeline_notification_worker
data_consistency
:delayed
def
perform
(
pipeline_id
,
args
=
{})
case
args
...
...
config/feature_flags/development/load_balancing_for_pipeline_notification_worker.yml
deleted
100644 → 0
View file @
e04f9dd9
---
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
spec/workers/pipeline_notification_worker_spec.rb
View file @
e246cb29
...
...
@@ -23,7 +23,6 @@ RSpec.describe PipelineNotificationWorker, :mailer do
it_behaves_like
'worker with data consistency'
,
described_class
,
feature_flag: :load_balancing_for_pipeline_notification_worker
,
data_consistency: :delayed
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment