bool isDeleted() Determine if the job has been deleted.
void delete() Delete the job from the queue.
Container getContainer()
bool isDeletedOrReleased() Determine if the job has been deleted or released
void release(int $delay) Release the job back into the queue.
array getSqsJob() Get the underlying raw SQS job.
int attempts() Get the number of times the job has been attempted.
DatabaseJob class DatabaseJob extends Job
void fire() Fire the job. Return Value
void __construct(Container $container,
Page 3 of 13