int|null log(string $connection, string $queue, string $payload, Exception $exception)
bool forget(mixed $id) Delete a single failed job from storage.
array all() Get a list of all of the failed jobs.
array find(mixed $id) Get a single failed job.
FailedJobProviderInterface interface FailedJobProviderInterface (
NullFailedJobProvider class NullFailedJobProvider implements
void flush() Flush all of the failed jobs from storage.
Page 1 of 2