This commit is contained in:
iVampireSP.com 2023-02-12 01:54:31 +08:00
parent 43ff24d276
commit d204cbe4b3
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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