blob: a0829c31280214cff2db4d827ad209ea563519c0 (
plain)
1
2
3
4
5
6
7
8
|
# frozen_string_literal: true
class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker
include ReactiveCacheableWorker
urgency :low
worker_resource_boundary :cpu
end
|