Skip to content

Commit 51d2c1e

Browse files
committed
[Fix] 🐛 Adjust Start Wait Times
1 parent 3a90ce0 commit 51d2c1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker/supervisor.conf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ stdout_logfile=/dev/stdout
4242
stderr_logfile=/dev/stderr
4343
autostart=true
4444
autorestart=true
45-
startsecs=3
46-
stopwaitsecs=3
45+
startsecs=5
46+
stopwaitsecs=5
4747
killasgroup=true
4848

4949
[program:go-proxy-bingai]
50-
command=/app/go-proxy-bingai
50+
command=/bin/bash -c "sleep 3 && /app/go-proxy-bingai"
5151
directory=/app
5252
stdout_logfile=/dev/stdout
5353
stderr_logfile=/dev/stderr
@@ -56,7 +56,6 @@ autorestart=true
5656
startsecs=5
5757
stopwaitsecs=5
5858
killasgroup=true
59-
priority=999
6059

6160
[program:cloudflared]
6261
command=/app/cloudflared tunnel --no-autoupdate run --token %(ENV_CF_ZERO_TRUST_TOKEN)s

0 commit comments

Comments
 (0)