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)