2018-11-08 19:23:39 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-04-08 14:13:33 +05:30
|
|
|
class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker
|
2020-05-24 23:13:21 +05:30
|
|
|
include ReactiveCacheableWorker
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2020-05-24 23:13:21 +05:30
|
|
|
urgency :low
|
2019-12-26 22:10:19 +05:30
|
|
|
worker_resource_boundary :cpu
|
2017-08-17 22:00:37 +05:30
|
|
|
end
|