void __construct(Container $container, Pheanstalk $pheanstalk, Job
Job getPheanstalkJob() Get the underlying Pheanstalk job.
void release(int $delay) Release the job back into the queue.
string getQueue() Get the name of the queue the job belongs to.
bool isReleased() Determine if the job was released back into the queue
int attempts() Get the number of times the job has been attempted.
string resolveName() Get the resolved name of the queued job class.
SqsJob class SqsJob extends Job
string getJobId() Get the job identifier.
void delete() Delete the job from the queue.
Page 12 of 13