2016-11-04 00:06发布
根据官方文档使用--daemon可让队列常驻运行。对应命令行执行php artisan queue:work --daemon;
--daemon
php artisan queue:work --daemon
但是当前命令还是会因为使用Ctrl+C。将进程给关闭。如何常驻在后台执行?
用 supervisor 可以常驻后台,并且监控 php artisan queue:work --daemon 的运行
最多设置5个标签!
用 supervisor 可以常驻后台,并且监控
php artisan queue:work --daemon
的运行一周热门 更多>