Module: Delayed::Batch
- Defined in:
- lib/delayed/batch.rb
Defined Under Namespace
Classes: PerformableBatch
Class Method Summary collapse
Class Method Details
.serial_batch(opts = {}, &block) ⇒ Object
28 29 30 |
# File 'lib/delayed/batch.rb', line 28 def serial_batch(opts = {}, &block) prepare_batches(:serial, opts, &block) end |