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
f2ad2124
Commit
f2ad2124
authored
Jul 27, 2021
by
Thiago Figueiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark StoreScansWorker as cpu bound
parent
86d5d922
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+1
-1
ee/app/workers/security/store_scans_worker.rb
ee/app/workers/security/store_scans_worker.rb
+1
-0
No files found.
ee/app/workers/all_queues.yml
View file @
f2ad2124
...
...
@@ -841,7 +841,7 @@
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :
unknown
:resource_boundary: :
cpu
:weight:
2
:idempotent:
:tags:
...
...
ee/app/workers/security/store_scans_worker.rb
View file @
f2ad2124
...
...
@@ -6,6 +6,7 @@ module Security
data_consistency
:always
worker_resource_boundary
:cpu
sidekiq_options
retry:
3
include
SecurityScansQueue
...
...
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