Skip to content

Commit

Permalink
more restart time for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 30, 2023
1 parent 4b885cf commit b82e48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/supervisor_worker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ command=python tasks.py
autorestart=true
priority=900
stopasgroup=true
startsecs = 5
startretries = 5
startsecs = 10
startretries = 100

redirect_stderr=true
stdout_logfile_maxbytes = 50MB
Expand Down

0 comments on commit b82e48c

Please sign in to comment.