任务调度 现在使用Cronjob来每分钟运行php artisan schdule:run
Cronjob
php artisan schdule:run
队列 现在采用的是使用Job来运行php artisan queue:work --once
Job
php artisan queue:work --once
###Q
--once
php artisan queue:work
pod