Sha256: 11ce095d8de0555c6cded51ab9b0dab52d28af78bdafb5f0216b7bcfa39ef937
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
module BatchManager class ExecBatchWorker @queue = "batch_manager" def self.perform(batch_name, options = {}) BatchManager::Executor.exec(batch_name, :wet => options[:wet]) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
batch_manager-0.2.7 | app/workers/batch_manager/exec_batch_worker.rb |
batch_manager-0.2.6 | app/workers/batch_manager/exec_batch_worker.rb |