将心比心,方得人心~

laravel队列之artisan命令

周洲 2019-11-27 21:51:11

queue:队列   php artisan help queue  帮助  help


php artisan make:job  namexxx  创建队列  会在app/jobs 下生成队列文件


php artisan queue:table   生成队列成功job数据库迁移


php artisan queue:failed-table  生成队列失败fail-job数据库迁移


php artisan queue:failed  查看失败队列列表


php artisan queue:listen  监听队列


php artisan queue:work  执行队列


php artisan queue:flush  删除所有队列


php artisan queue:forget -参数  删除某个


php artisan queue:retry -参数id  重新执行某个队列


php artisan queue:restart 重启所有队列


打赏

『微信打赏』

Tag标签 

我是有底线的