DatabaseFailedJobProvider::log()
  • References/PHP/Laravel/Queue/Failed

int|null log(string $connection, string $queue, string $payload, Exception $exception)

2025-01-10 15:47:30
QueueManager::exceptionOccurred()
  • References/PHP/Laravel/Queue

void exceptionOccurred(mixed $callback) Register an event listener for

2025-01-10 15:47:30
FailedTableCommand::confirm()
  • References/PHP/Laravel/Queue/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
RetryCommand::choice()
  • References/PHP/Laravel/Queue/Console

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30
NullQueue::push()
  • References/PHP/Laravel/Queue

mixed push(string $job, mixed $data = '', string $queue = null) Push a

2025-01-10 15:47:30
FlushFailedCommand::question()
  • References/PHP/Laravel/Queue/Console

void question(string $string) Write a string as question output.

2025-01-10 15:47:30
ConsoleServiceProvider::when()
  • References/PHP/Laravel/Queue

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
SqsJob::release()
  • References/PHP/Laravel/Queue/Jobs

void release(int $delay) Release the job back into the queue.

2025-01-10 15:47:30
BeanstalkdJob::fire()
  • References/PHP/Laravel/Queue/Jobs

void fire() Fire the job. Return Value

2025-01-10 15:47:30
Manager::bulk()
  • References/PHP/Laravel/Queue/Capsule

static mixed bulk(array $jobs, mixed $data = '', string $queue = null, string $connection = null)

2025-01-10 15:47:30