From: Vincent Vanwaelscappel Date: Thu, 24 Aug 2023 10:47:35 +0000 (+0200) Subject: fix #6199 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eca7895742dfa4d480eeed24350aa3d2106b0f96;p=fluidbook-toolbox.git fix #6199 --- diff --git a/.docker/config/supervisor/ws2-worker.conf b/.docker/config/supervisor/ws2-worker.conf index 1a70dcd42..930d29fb3 100644 --- a/.docker/config/supervisor/ws2-worker.conf +++ b/.docker/config/supervisor/ws2-worker.conf @@ -1,4 +1,4 @@ -[program:default-worker] +[program:ws2-worker] process_name=%(program_name)s_%(process_num)02d command=php /application/artisan queue:work --queue=ws2 --timeout=360 --max-time=3600 --memory=12000 autostart=true