本文主要是介绍laravel 执行job 派发监听,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.生成综述页相关
php artisan CreatAdsHtml 3
php artisan queue:work --queue=doCustom_hx,doCustomShow_hx,doCustomCache_hx,doCustomShowAds_hx,doAdsHtml_hx,doHtml_hx,doSiteHtml_hx,proDayCount_hx,proPlatDayCount_hx --tries=3 --daemon
php artisan CreatPageHtml 4
php artisan queue:work --queue=doSiteHtml_hx --tries=1 --daemon
php artisan queue:work --queue=doCustom_hx,doCustomShow_hx,doCustomCache_hx,doCustomShowAds_hx,doAdsHtml_hx,doHtml_hx,doSiteHtml_hx --tries=3 --daemon
派发资讯
php artisan queue:work --queue=doCustomShowList_hx --tries=1 --daemon
2.拉取话单
3,php artisan queue:work --queue=sendEffectPlat_hx --tries=1 --daemon
这篇关于laravel 执行job 派发监听的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!