108 Star 310 Fork 64

Fixhub / Fixhub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
supervisor.conf 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
phecho 提交于 2016-08-31 16:01 . Initial commit
[program:fixhub]
command=php artisan queue:work --queue=fixhub-high,fixhub-low --sleep=3 --tries=1 --daemon
directory=/var/www/fixhub
process_name=queue_%(process_num)s
numprocs=3
numprocs_start=0
stdout_logfile=/var/log/supervisor/fixhub-%(process_num)s-stdout.log
stderr_logfile=/var/log/supervisor/fixhub-%(process_num)s-stderr.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
redirect_stderr=true
autostart=true
autorestart=true
[program:fixhub-socketio]
command=node socket.js
directory=/var/www/fixhub
numprocs=1
autostart=true
autorestart=true
environment=HOME="/var/www/fixhub",NODE_ENV="production"
stderr_logfile=/var/log/supervisor/fixhub-socket-stderr.log
stdout_logfile=/var/log/supervisor/fixhub-socket-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
[program:fixhub-broadcast]
command=php artisan queue:work --queue=fixhub-default --sleep=3 --tries=1 --daemon
directory=/var/www/fixhub
numprocs=1
stderr_logfile=/var/log/supervisor/fixhub-broadcast-stderr.log
stdout_logfile=/var/log/supervisor/fixhub-broadcast-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
redirect_stderr=true
autostart=true
autorestart=true
PHP
1
https://gitee.com/Fixhub/Fixhub.git
git@gitee.com:Fixhub/Fixhub.git
Fixhub
Fixhub
Fixhub
1.0

搜索帮助