void failed() Call the failed method on the job instance.
BeanstalkdJob class BeanstalkdJob extends Job
void release(int $delay) Release the job back into the queue.
string getName() Get the name of the queued job class.
int attempts() Get the number of times the job has been attempted.
array getSqsJob() Get the underlying raw SQS job.
Container getContainer()
void failed(Exception $e)
Page 4 of 13