bool isReleased() Determine if the job was released back into the queue
void bury() Bury the job in the queue. Return
bool isDeletedOrReleased() Determine if the job has been deleted or released
string getReservedJob() Get the underlying reserved Redis job.
abstract int attempts() Get the number of times the job
string resolveName() Get the resolved name of the queued job class.
RedisJob class RedisJob extends Job
bool isDeleted() Determine if the job has been deleted.
Page 10 of 13