queue用法

队列重启命令 php think queue:restart 
队列执行命令 php think queue:work 

php think2 queue:work --once   //执行一次

结合定时任务:

*/3 * * * * php /home/web/think2 queue:work --once