InspectedJob
class InspectedJob (View source)
Methods
__construct(string|null $uuid, string|null $name, int $attempts, Carbon|null $createdAt)
Create a new inspected job instance.
static InspectedJob
fromPayload(string $payload, int|null $attempts = null)
Create a new instance from a raw job payload.
Details
__construct(string|null $uuid, string|null $name, int $attempts, Carbon|null $createdAt)
Create a new inspected job instance.
static InspectedJob
fromPayload(string $payload, int|null $attempts = null)
Create a new instance from a raw job payload.