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
2d89ab5f
Commit
2d89ab5f
authored
Aug 25, 2021
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes load_balancing_for_expire_job_cache_worker FF
Changelog: added
parent
fce09f25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
app/workers/expire_job_cache_worker.rb
app/workers/expire_job_cache_worker.rb
+1
-1
config/feature_flags/development/load_balancing_for_expire_job_cache_worker.yml
...evelopment/load_balancing_for_expire_job_cache_worker.yml
+0
-8
spec/workers/expire_job_cache_worker_spec.rb
spec/workers/expire_job_cache_worker_spec.rb
+0
-1
No files found.
app/workers/expire_job_cache_worker.rb
View file @
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
...
...
config/feature_flags/development/load_balancing_for_expire_job_cache_worker.yml
deleted
100644 → 0
View file @
fce09f25
---
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
spec/workers/expire_job_cache_worker_spec.rb
View file @
2d89ab5f
...
...
@@ -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
...
...
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