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