From d204cbe4b34d439bd34f48ed8ce1aaa7499fe650 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 12 Feb 2023 01:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervisor/lae-default.conf | 2 +- supervisor/lae-host-cost.conf | 2 +- supervisor/lae-notifications.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/supervisor/lae-default.conf b/supervisor/lae-default.conf index 3c60062..e420e6e 100644 --- a/supervisor/lae-default.conf +++ b/supervisor/lae-default.conf @@ -1,4 +1,4 @@ -[program:lae-queues] +[program:lae-default] process_name=%(program_name)s_%(process_num)02d command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=default autostart=true diff --git a/supervisor/lae-host-cost.conf b/supervisor/lae-host-cost.conf index 7c0f3a3..16396a7 100644 --- a/supervisor/lae-host-cost.conf +++ b/supervisor/lae-host-cost.conf @@ -1,4 +1,4 @@ -[program:lae-queues] +[program:lae-host-cost] process_name=%(program_name)s_%(process_num)02d command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=host-cost autostart=true diff --git a/supervisor/lae-notifications.conf b/supervisor/lae-notifications.conf index ca0d2ab..db33624 100644 --- a/supervisor/lae-notifications.conf +++ b/supervisor/lae-notifications.conf @@ -1,4 +1,4 @@ -[program:lae-queues] +[program:lae-notifications] process_name=%(program_name)s_%(process_num)02d command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=notifications autostart=true