Commit af4c94c7 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch '336285-label-cpu-bound-monitor-workers' into 'master'

Label CPU bound monitor group workers as such

See merge request gitlab-org/gitlab!66895
parents 2ffb3578 ba7bbbd4
......@@ -1077,7 +1077,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 2
:idempotent:
:tags:
......@@ -1096,7 +1096,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 2
:idempotent: true
:tags: []
......@@ -2141,7 +2141,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:
......@@ -1095,7 +1095,7 @@
:feature_category: :incident_management
:has_external_dependencies:
:urgency: :high
: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: []
......
......@@ -5,6 +5,7 @@ module IncidentManagement
include ApplicationWorker
data_consistency :always
worker_resource_boundary :cpu
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