module Que
This is the definition of one scheduleable job in the que-scheduler config yml file.
This job can optionally be scheduled to clear down the que-scheduler audit log if it isn't required in the long term.
The main job that runs every minute, determining what needs to be enqueued, enqueues the required jobs, then re-enqueues itself.
These are the args that are used for this particular run of the scheduler.
This module uses polymorphic dispatch to centralise the differences between supporting Que::Job and other job systems.
The purpose of this module is to centralise the differences when supporting both que 0.x and 1.x with the same gem.