Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reactive_caching_worker.rb « workers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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