Sha256: e1af70d055daafa8c0fd334c81c72008d07ea6ac0285438ea1787233f2eaedf9

Contents?: true

Size: 347 Bytes

Versions: 16

Compression:

Stored size: 347 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 Controller
    autoload :Base,       'quebert/controller/base'
    autoload :Beanstalk,  'quebert/controller/beanstalk'
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
quebert-2.0.1 lib/quebert/controller.rb
quebert-2.0.0 lib/quebert/controller.rb
quebert-1.12.0 lib/quebert/controller.rb
quebert-1.11.0 lib/quebert/controller.rb
quebert-1.0.9 lib/quebert/controller.rb
quebert-1.0.8 lib/quebert/controller.rb
quebert-1.0.7 lib/quebert/controller.rb
quebert-1.0.6 lib/quebert/controller.rb
quebert-1.0.5 lib/quebert/controller.rb
quebert-1.0.4 lib/quebert/controller.rb
quebert-1.0.2 lib/quebert/controller.rb
quebert-1.0.1 lib/quebert/controller.rb
quebert-1.0.0 lib/quebert/controller.rb
quebert-0.0.9 lib/quebert/controller.rb
quebert-0.0.8 lib/quebert/controller.rb
quebert-0.0.6 lib/quebert/controller.rb