From b82e48ca7424913b2ee0f42243099a3a012e700c Mon Sep 17 00:00:00 2001 From: Benny Date: Sat, 30 Dec 2023 13:05:01 +0100 Subject: [PATCH] more restart time for worker --- conf/supervisor_worker.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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