Add supervisor config for meet queue worker.
Deploy Ladill Meet / deploy (push) Successful in 52s

Recordings dispatch ProcessRecording to the database queue; without a worker they stay stuck at processing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 17:33:53 +00:00
co-authored by Cursor
parent ca1ceea410
commit 5137672ef5
@@ -0,0 +1,14 @@
[program:ladill-meet-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ladill-meet/current/artisan queue:work --sleep=3 --tries=3 --timeout=300 --max-time=3600
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=deploy
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/ladill-meet/shared/storage/logs/worker.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=5
stopwaitsecs=3600