1 Star 0 Fork 111

Evan / arkid-core

forked from 龙归科技 / arkid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
supervisord.conf 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
[supervisord]
nodaemon=true
[program:uwsgi]
command=uwsgi --ini /etc/uwsgi/uwsgi.ini --die-on-term
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:worker]
command=celery -A celery_app worker -Q default,perm,sql_ldap -l debug
stdout_logfile=/var/log/celery_worker.access
stdout_logfile_maxbytes=0
stderr_logfile=/var/log/celery_worker.error
stderr_logfile_maxbytes=0
[program:scheduler]
command=celery -A celery_app beat -l debug
stdout_logfile=/var/log/celery_beat.access
stdout_logfile_maxbytes=0
stderr_logfile=/var/log/celery_beat.error
stderr_logfile_maxbytes=0
[unix_http_server]
file=/var/run/supervisor.sock
chmod=0700
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock
Python
1
https://gitee.com/likeshe/arkid-core.git
git@gitee.com:likeshe/arkid-core.git
likeshe
arkid-core
arkid-core
master

搜索帮助