Sha256: 3e3bfac580229bd9822aa5bc51a1e54ea957ffb466816b44549f4b2058a90eb1

Contents?: true

Size: 341 Bytes

Versions: 4

Compression:

Stored size: 341 Bytes

Contents

module Quebert
  # The basic glue between a job and the specific queue implementation. This
  # handles exceptions that may be thrown by the Job and how the Job should
  # be put back on the queue, if at all.
  module Consumer
    autoload :Base,       'quebert/consumer/base'
    autoload :Beanstalk,  'quebert/consumer/beanstalk'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
quebert-0.0.4 lib/quebert/consumer.rb
quebert-0.0.3 lib/quebert/consumer.rb
quebert-0.0.1 lib/quebert/consumer.rb
quebert-0.0.0 lib/quebert/consumer.rb