251 Star 1.7K Fork 586

GVP小圈圈 / Archery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
supervisord.conf 552 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
小圈圈 提交于 2021-03-27 11:22 . 调整启动方式为wsgi fix #1002
[unix_http_server]
file=supervisor.sock
[supervisord]
logfile=logs/supervisord.log
nodaemon=false
[supervisorctl]
serverurl=unix://supervisor.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
[program:archery]
command=gunicorn -w 4 -b 127.0.0.1:8888 --timeout 600 archery.wsgi:application
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
[program:qcluster]
command=python manage.py qcluster
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
Python
1
https://gitee.com/rtttte/Archery.git
git@gitee.com:rtttte/Archery.git
rtttte
Archery
Archery
master

搜索帮助

14c37bed 8189591 565d56ea 8189591