thinkphp queue队列

 

必须thinkphp6.0问题处理: https://www.cnblogs.com/ryanzheng/p/12337301.html

composer require topthink/think-queue=2.*

 

 

github地址: https://github.com/top-think/think-queue

Thinkphp-queue自带的队列包使用分析: https://199508.com/post/2057

 

 

ThinkPHP5.0+Queue消息队列: https://my.oschina.net/u/3554366/blog/1939097

[program:projectName]

directory=/data/www/project

command=php /data/www/project/think queue:listen

autostart=true

autorestart=true

user=root

redirect_stderr=true

stdout_logfile=/data/logs/supervisord.log

  

 

posted @ 2020-06-20 12:20  程序生(Codey)  阅读(1099)  评论(0编辑  收藏  举报