RedisJob class RedisJob extends Job
bool isDeletedOrReleased() Determine if the job has been deleted or released
string getJobId() Get the job identifier.
__construct(Container $container,
void failed(Exception $e)
bool isDeleted() Determine if the job has been deleted.
array payload() Get the decoded body of the job.
string getQueue() Get the name of the queue the job belongs to.
Page 9 of 13