string getJobId() Get the job identifier.
bool isReleased() Determine if the job was released back into the queue
bool isDeletedOrReleased() Determine if the job has been deleted or released
array payload() Get the decoded body of the job.
string getQueue() Get the name of the queue the job belongs to.
RedisJob class RedisJob extends Job
void __construct(Container $container, SqsClient $sqs, string $queue
Page 10 of 13