执行队列 php artisan queue:work 没反应
执行如下命令php artisan queue:work
没任何反应,必须要指定队列名称,比如php artisan queue:work --queue=job1
才能执行,如果有N多个任务队列,名称都不一样的,应该如何自动执行呢?