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