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.4.27 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.4 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.26 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.3 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.25 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.2 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.24 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.1 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.23 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.22 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.0 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.21 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.5.0.beta.1 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.20 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.19 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.18 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.17 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.16 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.15 app/workers/workarea/clean_inventory_transactions.rb
workarea-core-3.4.14 app/workers/workarea/clean_inventory_transactions.rb