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
170984c7
Commit
170984c7
authored
Jun 16, 2021
by
Matthias Kaeppler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop LB FF for ExpirePipelineCacheWorker
Changelog: removed
parent
8cdb4f0d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
app/workers/expire_pipeline_cache_worker.rb
app/workers/expire_pipeline_cache_worker.rb
+1
-1
config/feature_flags/development/load_balancing_for_expire_pipeline_cache_worker.yml
...pment/load_balancing_for_expire_pipeline_cache_worker.yml
+0
-8
spec/workers/expire_pipeline_cache_worker_spec.rb
spec/workers/expire_pipeline_cache_worker_spec.rb
+0
-1
No files found.
app/workers/expire_pipeline_cache_worker.rb
View file @
170984c7
...
...
@@ -10,7 +10,7 @@ class ExpirePipelineCacheWorker
queue_namespace
:pipeline_cache
urgency
:high
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
# and an ongoing incompatibility between the two switches, we need to disable this.
...
...
config/feature_flags/development/load_balancing_for_expire_pipeline_cache_worker.yml
deleted
100644 → 0
View file @
8cdb4f0d
---
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
spec/workers/expire_pipeline_cache_worker_spec.rb
View file @
170984c7
...
...
@@ -50,7 +50,6 @@ RSpec.describe ExpirePipelineCacheWorker do
it_behaves_like
'worker with data consistency'
,
described_class
,
feature_flag: :load_balancing_for_expire_pipeline_cache_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