int attempts() Get the number of times the job has been attempted.
void release(int $delay) Release the job back into the queue.
bool forget(mixed $id) Delete a single failed job from storage.
int|null log(string $connection, string $queue, string $payload, Exception $exception)
Job|null pop(string $queue = null)
Listener class Listener (
void fire() Fire the job. Return Value
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')
array when() Get the events that trigger this service provider to register
void fire() Execute the console command.
Page 5 of 65