1 Star 1 Fork 596

houzhanwu / Archery

forked from 小圈圈 / Archery 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
supervisord.conf 552 Bytes
Copy Edit Raw Blame History
小圈圈 authored 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/houzhanwu/Archery.git
git@gitee.com:houzhanwu/Archery.git
houzhanwu
Archery
Archery
master

Search