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
457d07b2
Commit
457d07b2
authored
Jul 28, 2021
by
Thiago Figueiró
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused StoreSecurityScansWorker
parent
4aec9e9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
29 deletions
+0
-29
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+0
-9
ee/app/workers/store_security_scans_worker.rb
ee/app/workers/store_security_scans_worker.rb
+0
-19
spec/workers/every_sidekiq_worker_spec.rb
spec/workers/every_sidekiq_worker_spec.rb
+0
-1
No files found.
ee/app/workers/all_queues.yml
View file @
457d07b2
...
...
@@ -864,15 +864,6 @@
:weight:
2
:idempotent:
:tags: []
-
:name: security_scans:store_security_scans
:worker_name: StoreSecurityScansWorker
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
2
:idempotent:
:tags: []
-
:name: todos_destroyer:todos_destroyer_confidential_epic
:worker_name: TodosDestroyer::ConfidentialEpicWorker
:feature_category: :epics
...
...
ee/app/workers/store_security_scans_worker.rb
deleted
100644 → 0
View file @
4aec9e9e
# frozen_string_literal: true
class
StoreSecurityScansWorker
# rubocop:disable Scalability/IdempotentWorker
include
ApplicationWorker
data_consistency
:always
sidekiq_options
retry:
3
include
SecurityScansQueue
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
*
)
# no-op
# This worker has been deprecated and will be removed with next release.
# New worker to do the same job is, `Security::StoreScansWorker`,
# We will save all the security scans and findings here
# as well as solve the deduplication thingy.
end
end
spec/workers/every_sidekiq_worker_spec.rb
View file @
457d07b2
...
...
@@ -430,7 +430,6 @@ RSpec.describe 'Every Sidekiq worker' do
'StageUpdateWorker'
=>
3
,
'StatusPage::PublishWorker'
=>
5
,
'StoreSecurityReportsWorker'
=>
3
,
'StoreSecurityScansWorker'
=>
3
,
'SyncSeatLinkRequestWorker'
=>
20
,
'SyncSeatLinkWorker'
=>
12
,
'SystemHookPushWorker'
=>
3
,
...
...
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