int attempts() Get the number of times the job has been attempted.
void delete() Delete the job from the queue.
Container getContainer()
void failed(Exception $e)
abstract int attempts() Get the number of times the job
bool isReleased() Determine if the job was released back into the queue
bool isDeleted() Determine if the job has been deleted.
array payload() Get the decoded body of the job.
string getReservedJob() Get the underlying reserved Redis job.
Page 8 of 13