13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
|
|
[program:crm-ecosplay-messenger]
|
||
|
|
command=docker compose -f /var/www/crm-ecosplay/docker-compose-prod.yml exec php php bin/console messenger:consume async --time-limit=3600 --memory-limit=256M --limit=500
|
||
|
|
directory=/var/www/crm-ecosplay
|
||
|
|
user=bot
|
||
|
|
numprocs=2
|
||
|
|
process_name=%(program_name)s_%(process_num)02d
|
||
|
|
autostart=true
|
||
|
|
autorestart=true
|
||
|
|
startsecs=0
|
||
|
|
startretries=10
|
||
|
|
stdout_logfile=/var/log/supervisor/crm-ecosplay-messenger-%(process_num)02d.log
|
||
|
|
stderr_logfile=/var/log/supervisor/crm-ecosplay-messenger-%(process_num)02d-error.log
|