The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
10.x
queue:monitor
🖥
queue:monitor
Monitor the size of the specified queues
Options
max
- 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]] [--] <queues>
Click to copy