Sha256: ca8f65cb7916c3d486ebb34024a8353722f50b61f7c8674f6de5cc302446384f

Contents?: true

Size: 169 Bytes

Versions: 62

Compression:

Stored size: 169 Bytes

Contents

module Workarea
  class CleanInventoryTransactions
    include Sidekiq::Worker

    def perform(*args)
      Inventory::Transaction.expired.delete_all
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.5.15 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.36 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.14 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.35 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.13 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.34 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.12 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.33 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.11 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.10 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.32 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.9 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.31 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.8 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.30 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.7 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.29 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.6 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.28 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.5 app/workers/workarea/clean_inventory_transactions.rb