Commit e63e5f1f authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '336285-StoreScansWorker-worker_resource_boundary' into 'master'

Mark StoreScansWorker as cpu bound

See merge request gitlab-org/gitlab!66879
parents f3f8f299 f2ad2124
...@@ -841,7 +841,7 @@ ...@@ -841,7 +841,7 @@
:feature_category: :vulnerability_management :feature_category: :vulnerability_management
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :cpu
:weight: 2 :weight: 2
:idempotent: :idempotent:
:tags: :tags:
......
...@@ -6,6 +6,7 @@ module Security ...@@ -6,6 +6,7 @@ module Security
data_consistency :always data_consistency :always
worker_resource_boundary :cpu
sidekiq_options retry: 3 sidekiq_options retry: 3
include SecurityScansQueue include SecurityScansQueue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment