Commit 82587df6 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'osw-reactive-caching-low-priority' into 'master'

Move ReactiveCachingWorker priority to low

See merge request gitlab-org/gitlab!30731
parents 4be1eb34 0705e001
...@@ -1294,7 +1294,7 @@ ...@@ -1294,7 +1294,7 @@
- :name: reactive_caching - :name: reactive_caching
:feature_category: :not_owned :feature_category: :not_owned
:has_external_dependencies: :has_external_dependencies:
:urgency: :high :urgency: :low
:resource_boundary: :cpu :resource_boundary: :cpu
:weight: 1 :weight: 1
:idempotent: :idempotent:
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker
include ReactiveCacheableWorker include ReactiveCacheableWorker
urgency :high urgency :low
worker_resource_boundary :cpu worker_resource_boundary :cpu
end end
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