mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
去除不必要的supervisor设置项目
This commit is contained in:
parent
232c127825
commit
9bd0881e20
@ -8,5 +8,5 @@ stderr_logfile=/code/log/gunicorn.log
|
|||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
stopwaitsecs = 6
|
stopwaitsecs = 5
|
||||||
killasgroup=true
|
killasgroup=true
|
||||||
@ -1,5 +1,3 @@
|
|||||||
[unix_http_server]
|
|
||||||
file=/tmp/supervisor.sock
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile=/code/log/supervisord.log
|
logfile=/code/log/supervisord.log
|
||||||
logfile_maxbytes=50MB
|
logfile_maxbytes=50MB
|
||||||
@ -7,8 +5,6 @@ logfile_backups=10
|
|||||||
loglevel=info
|
loglevel=info
|
||||||
pidfile=/code/log/supervisord.pid
|
pidfile=/code/log/supervisord.pid
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
minfds=1024
|
|
||||||
minprocs=200
|
|
||||||
user=nobody
|
user=nobody
|
||||||
childlogdir=/code/log/
|
childlogdir=/code/log/
|
||||||
|
|
||||||
|
|||||||
@ -8,5 +8,5 @@ stderr_logfile=/code/log/task_queue.log
|
|||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
stopwaitsecs = 6
|
stopwaitsecs = 5
|
||||||
killasgroup=true
|
killasgroup=true
|
||||||
Loading…
Reference in New Issue
Block a user