Lae/supervisor/lae-notifications.conf

13 lines
404 B
Plaintext
Raw Normal View History

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