module Jober::QueueBatchFeature::ClassMethods

Public Instance Methods

batch_size(bs) click to toggle source
# File lib/jober/queue_batch.rb, line 8
def batch_size(bs)
  @batch_size = bs
end
get_batch_size() click to toggle source
# File lib/jober/queue_batch.rb, line 12
def get_batch_size
  @batch_size ||= 100
end