From 58e09e0964f94f952615175f6c51f5b29330e74d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 28 Nov 2017 15:33:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20id=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=BE=D1=80?= =?UTF-8?q?=D0=BA=D0=B5=D1=80=D0=B0=20supervisor,=20=D0=B2=D1=8B=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=20=D0=B2=D0=BE=D1=80=D0=BA=D0=B5=D1=80=D0=B0=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20verbose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/supervisor/worker-queue.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/supervisor/worker-queue.conf b/docker/supervisor/worker-queue.conf index b7d715f..397c104 100644 --- a/docker/supervisor/worker-queue.conf +++ b/docker/supervisor/worker-queue.conf @@ -1,6 +1,6 @@ -[program:account-queue-worker] +[program:queue-worker] directory=/var/www/html -command=wait-for-it rabbitmq:5672 -- php yii queue/listen +command=wait-for-it rabbitmq:5672 -- php yii queue/listen -v autostart=true autorestart=true priority=10