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
|
||||
autorestart=true
|
||||
startsecs=5
|
||||
stopwaitsecs = 6
|
||||
stopwaitsecs = 5
|
||||
killasgroup=true
|
||||
@ -1,5 +1,3 @@
|
||||
[unix_http_server]
|
||||
file=/tmp/supervisor.sock
|
||||
[supervisord]
|
||||
logfile=/code/log/supervisord.log
|
||||
logfile_maxbytes=50MB
|
||||
@ -7,8 +5,6 @@ logfile_backups=10
|
||||
loglevel=info
|
||||
pidfile=/code/log/supervisord.pid
|
||||
nodaemon=true
|
||||
minfds=1024
|
||||
minprocs=200
|
||||
user=nobody
|
||||
childlogdir=/code/log/
|
||||
|
||||
|
||||
@ -8,5 +8,5 @@ stderr_logfile=/code/log/task_queue.log
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=5
|
||||
stopwaitsecs = 6
|
||||
stopwaitsecs = 5
|
||||
killasgroup=true
|
||||
Loading…
Reference in New Issue
Block a user