QueueManager::isDownForMaintenance()
  • References/PHP/Laravel/Queue

bool isDownForMaintenance() Determine if the application is in maintenance

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

void commands(array $commands) Register the package's custom Artisan commands

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

void failed(Exception $e)

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

string ask(string $question, string $default = null) Prompt the user for

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

void warn(string $string) Write a string as warning output.

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

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

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

string ask(string $question, string $default = null) Prompt the user for

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

bool isReleased() Determine if the job was released back into the queue

2025-01-10 15:47:30