FailedJobProviderInterface
interface FailedJobProviderInterface
Methods
int|string|null
array
ids(string $queue = 'null')
No description
array
all()
Get a list of all of the failed jobs.
object|null
find(mixed $id)
Get a single failed job.
bool
forget(mixed $id)
Delete a single failed job from storage.
void
flush(int|null $hours = null)
Flush all of the failed jobs from storage.
Details
at line 17
int|string|null
log(string $connection, string $queue, string $payload, Throwable $exception)
Log a failed job into storage.
at line 12
array
ids(string $queue = 'null')
No description
at line 27
array
all()
Get a list of all of the failed jobs.
at line 32
object|null
find(mixed $id)
Get a single failed job.
at line 37
bool
forget(mixed $id)
Delete a single failed job from storage.
at line 42
void
flush(int|null $hours = null)
Flush all of the failed jobs from storage.