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
ba7bbbd4
Commit
ba7bbbd4
authored
Jul 27, 2021
by
Sean Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Label CPU bound monitor group workers as such
parent
a795f0fa
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
7 deletions
+14
-7
app/workers/all_queues.yml
app/workers/all_queues.yml
+3
-3
app/workers/gitlab_performance_bar_stats_worker.rb
app/workers/gitlab_performance_bar_stats_worker.rb
+1
-0
app/workers/incident_management/add_severity_system_note_worker.rb
...rs/incident_management/add_severity_system_note_worker.rb
+1
-0
app/workers/incident_management/process_alert_worker_v2.rb
app/workers/incident_management/process_alert_worker_v2.rb
+1
-0
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+4
-4
ee/app/workers/incident_management/incident_sla_exceeded_check_worker.rb
...incident_management/incident_sla_exceeded_check_worker.rb
+1
-0
ee/app/workers/incident_management/oncall_rotations/persist_all_rotations_shifts_job.rb
...ment/oncall_rotations/persist_all_rotations_shifts_job.rb
+1
-0
ee/app/workers/incident_management/pending_escalations/alert_check_worker.rb
...dent_management/pending_escalations/alert_check_worker.rb
+1
-0
ee/app/workers/incident_management/pending_escalations/alert_create_worker.rb
...ent_management/pending_escalations/alert_create_worker.rb
+1
-0
No files found.
app/workers/all_queues.yml
View file @
ba7bbbd4
...
...
@@ -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:
...
...
app/workers/gitlab_performance_bar_stats_worker.rb
View file @
ba7bbbd4
...
...
@@ -4,6 +4,7 @@ class GitlabPerformanceBarStatsWorker
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
sidekiq_options
retry:
3
...
...
app/workers/incident_management/add_severity_system_note_worker.rb
View file @
ba7bbbd4
...
...
@@ -5,6 +5,7 @@ module IncidentManagement
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
sidekiq_options
retry:
3
...
...
app/workers/incident_management/process_alert_worker_v2.rb
View file @
ba7bbbd4
...
...
@@ -5,6 +5,7 @@ module IncidentManagement
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
queue_namespace
:incident_management
feature_category
:incident_management
...
...
ee/app/workers/all_queues.yml
View file @
ba7bbbd4
...
...
@@ -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: []
...
...
ee/app/workers/incident_management/incident_sla_exceeded_check_worker.rb
View file @
ba7bbbd4
...
...
@@ -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
...
...
ee/app/workers/incident_management/oncall_rotations/persist_all_rotations_shifts_job.rb
View file @
ba7bbbd4
...
...
@@ -6,6 +6,7 @@ module IncidentManagement
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
sidekiq_options
retry:
3
...
...
ee/app/workers/incident_management/pending_escalations/alert_check_worker.rb
View file @
ba7bbbd4
...
...
@@ -6,6 +6,7 @@ module IncidentManagement
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
urgency
:high
...
...
ee/app/workers/incident_management/pending_escalations/alert_create_worker.rb
View file @
ba7bbbd4
...
...
@@ -6,6 +6,7 @@ module IncidentManagement
include
ApplicationWorker
data_consistency
:always
worker_resource_boundary
:cpu
urgency
:high
...
...
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