queue:monitor

Monitor the size of the specified queues

Options

  • json - Output the queue size as JSON Optional
  • max=1000 - The maximum number of jobs that can be on the queue before an event is dispatched Optional

Arguments

  • queues - The names of the queues to monitor Required
php artisan queue:monitor [--max [MAX]] [--json] [--] <queues>