recherche

Maison  >  Questions et réponses  >  le corps du texte

laravel队列常驻运行问题

根据官方文档使用--daemon可让队列常驻运行。对应命令行执行php artisan queue:work --daemon;

但是当前命令还是会因为使用Ctrl+C。将进程给关闭。如何常驻在后台执行?


高洛峰高洛峰2948 Il y a quelques jours730

répondre à tous(1)je répondrai

  • 三叔

    三叔2016-11-04 10:54:38

    官方文档还让你安装 supervisor 你为什么不安装呢?

    用 supervisor 可以常驻后台,并且监控 php artisan queue:work --daemon 的运行

    这样即使重启,都可以稳定的运行队列。

    安装教程:https://www.load-page.com/bas...


    répondre
    0
  • Annulerrépondre