December 7, 2016 —John Koster
Thequeue:restart
command can be used to indicate to all daemon queue workers that they should restart. This command simply instructs the queue works to restart after they are done working on their current job. This command defines no options or parameters and can be issued like so:
1# Signal the daemon queue works to restart.2php artisan queue:restart
∎