string getQueue() Get the name of the queue the job belongs to.
RedisJob class RedisJob extends Job
string getJobId() Get the job identifier.
string resolveName() Get the resolved name of the queued job class.
void release(int $delay) Release the job back into the queue.
int attempts() Get the number of times the job has been attempted.
bool isReleased() Determine if the job was released back into the queue
Page 11 of 13