Commit ba7bbbd4 authored by Sean Arnold's avatar Sean Arnold

Label CPU bound monitor group workers as such

parent a795f0fa
......@@ -1064,7 +1064,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 2
:idempotent:
:tags:
......@@ -1083,7 +1083,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 2
:idempotent: true
:tags: []
......@@ -2127,7 +2127,7 @@
:feature_category: :metrics
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags:
......
......@@ -4,6 +4,7 @@ class GitlabPerformanceBarStatsWorker
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
sidekiq_options retry: 3
......
......@@ -5,6 +5,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
sidekiq_options retry: 3
......
......@@ -5,6 +5,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
queue_namespace :incident_management
feature_category :incident_management
......
......@@ -308,7 +308,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags:
......@@ -318,7 +318,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags:
......@@ -1104,7 +1104,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :high
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags: []
......@@ -1113,7 +1113,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :high
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags: []
......
......@@ -5,6 +5,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
sidekiq_options retry: 3
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
......
......@@ -6,6 +6,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
sidekiq_options retry: 3
......
......@@ -6,6 +6,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
urgency :high
......
......@@ -6,6 +6,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
urgency :high
......
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