📜  在服务器上运行队列 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:02.708000             🧑  作者: Mango

代码示例1
nohup php artisan queue:work --daemon &

nohup php artisan queue:work --daemon > /dev/null 2>&1 &

nohup php artisan queue:work --daemon > app/storage/logs/laravel.log &