Module: Quebert::Controller

Defined in:
lib/quebert/controller.rb,
lib/quebert/controller/base.rb,
lib/quebert/controller/beanstalk.rb,
lib/quebert/controller/null_controller.rb

Overview

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.

Defined Under Namespace

Classes: Base, Beanstalk, NullController