From e488ffedbd1a1e1df4ee33b2102fc58d03c8d80d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 17:30:07 +0200 Subject: [PATCH] wip #5991 --- scripts/restartworkers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/restartworkers.sh b/scripts/restartworkers.sh index 5153c7170..c3bdc3a6f 100644 --- a/scripts/restartworkers.sh +++ b/scripts/restartworkers.sh @@ -1,6 +1,5 @@ #!/bin/sh sudo /usr/sbin/service supervisor stop sudo pkill -9 -f queue:work +sleep 3 sudo /usr/sbin/service supervisor start -sleep 2 -sudo /usr/sbin/service supervisor restart -- 2.39.5