Skip to content

Commit

Permalink
[Fix] 🐛 Adjust Start Wait Times
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Apr 6, 2024
1 parent 3a90ce0 commit 51d2c1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
autostart=true
autorestart=true
startsecs=3
stopwaitsecs=3
startsecs=5
stopwaitsecs=5
killasgroup=true

[program:go-proxy-bingai]
command=/app/go-proxy-bingai
command=/bin/bash -c "sleep 3 && /app/go-proxy-bingai"
directory=/app
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
Expand All @@ -56,7 +56,6 @@ autorestart=true
startsecs=5
stopwaitsecs=5
killasgroup=true
priority=999

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

0 comments on commit 51d2c1e

Please sign in to comment.