Artisan.page

queue:monitor

Monitor the size of the specified queues

Terminal
php artisan queue:monitor [--max [MAX]] [--json] [--] <queues>

Options

jsonOptional

Output the queue size as JSON

maxOptional

The maximum number of jobs that can be on the queue before an event is dispatched

Arguments

queuesRequired

The names of the queues to monitor