FailedJobProviderInterface
interface FailedJobProviderInterface
Methods
int|null
array
all()
Get a list of all of the failed jobs.
array
find(mixed $id)
Get a single failed job.
bool
forget(mixed $id)
Delete a single failed job from storage.
void
flush()
Flush all of the failed jobs from storage.
Details
at line 16
int|null
log(string $connection, string $queue, string $payload, Exception $exception)
Log a failed job into storage.
at line 23
array
all()
Get a list of all of the failed jobs.
at line 31
array
find(mixed $id)
Get a single failed job.
at line 39
bool
forget(mixed $id)
Delete a single failed job from storage.
at line 46
void
flush()
Flush all of the failed jobs from storage.