2018-06-27 03:23:28 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-02-19 13:09:10 -05:00
|
|
|
class ReactiveCachingWorker # rubocop:disable Scalability/IdempotentWorker
|
2020-04-24 05:09:44 -04:00
|
|
|
include ReactiveCacheableWorker
|
2016-12-16 23:09:50 -05:00
|
|
|
|
2020-04-29 20:09:37 -04:00
|
|
|
urgency :low
|
2019-10-30 11:14:17 -04:00
|
|
|
worker_resource_boundary :cpu
|
2016-12-16 23:09:50 -05:00
|
|
|
end
|