void delete() Delete the job from the queue.
Container getContainer()
string getName() Get the name of the queued job class.
int attempts() Get the number of times the job has been attempted.
void release(int $delay) Release the job back into the queue.
void fire() Fire the job. Return Value
Database getRedisQueue()
string getRawBody() Get the raw body string for the job.
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance.
array payload() Get the decoded body of the job.
Page 1 of 13