vapor:work

Process a Vapor job

Options

  • delay=0 - The number of seconds to delay failed jobs Optional
  • force - Force the worker to run even in maintenance mode Optional
  • timeout=0 - The number of seconds a child process can run Optional
  • tries=0 - Number of times to attempt a job before logging it failed Optional
php artisan vapor:work [--delay [DELAY]] [--timeout [TIMEOUT]] [--tries [TRIES]] [--force]