
Sque::Job - Sque job container

version 0.009

Worker running this job. A new worker will be popped up from sque by default.
Class to be performed by this job.
Name of the queue this job is or should be.
Array of arguments for this job.
HashRef representation of the job. When passed to constructor, this will restore the job from encoded state. When passed as a string this will be coerced using JSON decoder. This is read-only.
Raw stomp frame representing the job. This is read-only.

String representation(JSON) to be used on the backend.
Normalize class name to be used as queue name. NOTE: future versions will try to get the queue name from the real class attr or $class::queue global variable.
Load job class and call perform() on it. This job objet will be passed as the only argument.

William Wolf <throughnothing@gmail.com>

William Wolf has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.