Class: CycleCountPrioritizationWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/cycle_count_prioritization_worker.rb

Overview

Sidekiq worker: cycle count prioritization.

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/workers/cycle_count_prioritization_worker.rb', line 7

def perform
  Item::CycleCountPrioritizer.new.process
end