diff --git a/conf/supervisor_worker.conf b/conf/supervisor_worker.conf index dbad141c..af39ec0c 100644 --- a/conf/supervisor_worker.conf +++ b/conf/supervisor_worker.conf @@ -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