Sha256: 591cc72b40d4bde8b89f2322c541404234e239c2260a1c9e2199769a324707f5

Contents?: true

Size: 329 Bytes

Versions: 34

Compression:

Stored size: 329 Bytes

Contents

module Workarea
  class BustDiscountCache
    include Sidekiq::Worker
    include Sidekiq::CallbacksWorker

    sidekiq_options(
      enqueue_on: { Pricing::Discount => [:save, :destroy] },
      queue: 'low',
      retry: false
    )

    def perform(*)
      Pricing::Discount::ApplicationGroup.expire_cache
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-core-3.4.45 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.44 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.43 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.42 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.41 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.40 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.39 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.38 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.37 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.36 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.35 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.34 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.33 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.32 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.31 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.30 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.29 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.28 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.27 app/workers/workarea/bust_discount_cache.rb
workarea-core-3.4.26 app/workers/workarea/bust_discount_cache.rb