Laravel佇列相關問題記錄

congcong發表於2020-11-12

經常遇到佇列相關的問題,僅此自己記錄一下

使用supervisor重啟horizon之後程式碼未生效?

必須停止supervisor,然後kill殘留程式。然後再啟動

# 停止所有服務
supervisorctl stop all

# kill程式
ps -ef | grep supervisor
kill -9 程式id

# 重新啟動
supervisord -c /etc/supervisord.conf
supervisorctl reload

多謝群里老哥解答,我也只是照搬記錄。

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章