[program:worker-queue-production]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/app-production/artisan horizon
autostart=true
autorestart=true
user=ubuntu
redirect_stderr=true
stdout_logfile=/var/www/html/app-production/storage/logs/worker.log
stopwaitsecs=18600

[program:worker-queue-qa]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/app-qa/artisan horizon
autostart=true
autorestart=true
user=ubuntu
redirect_stderr=true
stdout_logfile=/var/www/html/app-qa/storage/logs/worker.log
stopwaitsecs=18600

[program:worker-queue-okura-qa]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/okura-qa/artisan horizon
autostart=true
autorestart=true
user=ubuntu
redirect_stderr=true
stdout_logfile=/var/www/html/okura-qa/storage/logs/worker.log
stopwaitsecs=18600

[program:worker-queue-okura-production]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/okura-production/artisan horizon
autostart=true
autorestart=true
user=ubuntu
redirect_stderr=true
stdout_logfile=/var/www/html/okura-production/storage/logs/worker.log
stopwaitsecs=18600