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