void release(int $delay) Release the job back into the queue.
void failed() Call the failed method on the job instance.
void __construct(Container $container,
void fire() Fire the job. Return Value
string getName() Get the name of the queued job class.
array getSqsJob() Get the underlying raw SQS job.
bool isReleased() Determine if the job was released back into the queue
void delete() Delete the job from the queue.
abstract string getRawBody() Get the raw body string for
Page 5 of 13