当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 604

Jonathan / Archery
暂停

forked from 小圈圈 / Archery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
supervisord.conf 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
[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 -k gevent -b 127.0.0.1:8000 --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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jonothan/Archery.git
git@gitee.com:jonothan/Archery.git
jonothan
Archery
Archery
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891