This commit is contained in:
Lizandro Guarnizo
2026-01-27 23:56:49 -05:00
parent 56c6a24fa5
commit 37d6bf1e20
43 changed files with 9668 additions and 318 deletions
+16
View File
@@ -0,0 +1,16 @@
[program:whatsapp-worker]
command=/usr/bin/php /ruta/completa/a/tu/proyecto/worker.php --daemon
process_name=%(program_name)s_%(process_num)02d
numprocs=3
directory=/ruta/completa/a/tu/proyecto
autostart=true
autorestart=true
startsecs=1
startretries=3
user=www-data
redirect_stderr=true
stdout_logfile=/ruta/completa/a/tu/proyecto/logs/supervisor-worker.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=10
stopwaitsecs=30
stopsignal=TERM