debian-mirror-gitlab/app/workers/reactive_caching_worker.rb

9 lines
192 B
Ruby
Raw Normal View History

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