13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
|
[program:lae-queues]
|
||
|
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
|
||
|
autorestart=true
|
||
|
stopasgroup=true
|
||
|
killasgroup=true
|
||
|
user=root
|
||
|
numprocs=8
|
||
|
redirect_stderr=true
|
||
|
stdout_logfile=/var/log/lae-worker.log
|
||
|
stopwaitsecs=3600
|