The reason Laravel queue is not executed, job buffers

laravel on asynchronous message queue queue does not take effect (job buffers) solution

php artisan queue:restart

  Each time you modify the code needs to execute the above command, after performing successfully resolved!

Then execute again

php artisan queue:work

  

 laravel queue Related Documents

Guess you like

Origin www.cnblogs.com/shifu204/p/11720916.html