2023-02-11 17:54:31 +00:00
|
|
|
[program:lae-notifications]
|
2023-02-11 17:52:34 +00:00
|
|
|
process_name=%(program_name)s_%(process_num)02d
|
2023-02-11 17:56:52 +00:00
|
|
|
command=docker run -i --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=notifications
|
2023-02-11 17:52:34 +00:00
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
stopasgroup=true
|
|
|
|
killasgroup=true
|
|
|
|
user=root
|
|
|
|
numprocs=8
|
|
|
|
redirect_stderr=true
|
2023-02-11 17:55:15 +00:00
|
|
|
stdout_logfile=/var/log/lae-notifications.log
|
2023-02-11 17:52:34 +00:00
|
|
|
stopwaitsecs=3600
|