Commit 0705e001 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Move ReactiveCachingWorker priority to low

parent 814f76e5
......@@ -1294,7 +1294,7 @@
- :name: reactive_caching
:feature_category: :not_owned
:has_external_dependencies:
:urgency: :high
:urgency: :low
:resource_boundary: :cpu
:weight: 1
:idempotent:
......
......@@ -3,6 +3,6 @@
class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker
include ReactiveCacheableWorker
urgency :high
urgency :low
worker_resource_boundary :cpu
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