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