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
eae1cf34
Commit
eae1cf34
authored
Jun 15, 2021
by
Matthias Kaeppler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop load-balancing FF in PipelineHooksWorker
Changelog: removed
parent
bd137818
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
app/workers/pipeline_hooks_worker.rb
app/workers/pipeline_hooks_worker.rb
+1
-1
config/feature_flags/development/load_balancing_for_pipeline_hooks_worker.yml
.../development/load_balancing_for_pipeline_hooks_worker.yml
+0
-8
spec/workers/pipeline_hooks_worker_spec.rb
spec/workers/pipeline_hooks_worker_spec.rb
+0
-1
No files found.
app/workers/pipeline_hooks_worker.rb
View file @
eae1cf34
...
...
@@ -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
)
...
...
config/feature_flags/development/load_balancing_for_pipeline_hooks_worker.yml
deleted
100644 → 0
View file @
bd137818
---
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
spec/workers/pipeline_hooks_worker_spec.rb
View file @
eae1cf34
...
...
@@ -25,6 +25,5 @@ RSpec.describe PipelineHooksWorker do
it_behaves_like
'worker with data consistency'
,
described_class
,
feature_flag: :load_balancing_for_pipeline_hooks_worker
,
data_consistency: :delayed
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