NullFailedJobProvider
class NullFailedJobProvider implements CountableFailedJobProvider, FailedJobProviderInterface (View source)
Methods
string|int|null
array
ids(string $queue = null)
Get the IDs of all of the failed jobs.
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.
int
count(string|null $connection = null, string|null $queue = null)
Count the failed jobs.
Details
string|int|null
log(string $connection, string $queue, string $payload, Throwable $exception)
Log a failed job into storage.
array
ids(string $queue = null)
Get the IDs of all of the failed jobs.
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.
int
count(string|null $connection = null, string|null $queue = null)
Count the failed jobs.