InspectedJob
class InspectedJob
Methods
__construct(string|null $uuid, string|null $queue, string|null $name, int $attempts, array $payload = [], CarbonImmutable|null $createdAt = null, int|string|null $id = null)
Create a new inspected job instance.
static InspectedJob
fromPayload(string $payload, int|null $attempts = null, string|null $queue = null, int|string|null $id = null)
Create a new instance from a raw job payload.
Details
at line 16
__construct(string|null $uuid, string|null $queue, string|null $name, int $attempts, array $payload = [], CarbonImmutable|null $createdAt = null, int|string|null $id = null)
Create a new inspected job instance.
at line 30
static InspectedJob
fromPayload(string $payload, int|null $attempts = null, string|null $queue = null, int|string|null $id = null)
Create a new instance from a raw job payload.