; Supervisor config for the Laravel queue worker. 2026-05-30 ; Copy to /etc/supervisor/conf.d/subscriptions-worker.conf, then: ; supervisorctl reread && supervisorctl update && supervisorctl start subscriptions-worker:* [program:subscriptions-worker] process_name=%(program_name)s_%(process_num)02d command=php /path/to/subscriptions.mycloud.mu/artisan queue:work --sleep=3 --tries=3 --timeout=90 autostart=true autorestart=true stopasgroup=true killasgroup=true user=www-data numprocs=1 redirect_stderr=true stdout_logfile=/path/to/subscriptions.mycloud.mu/storage/logs/worker.log stopwaitsecs=3600