[program:queue-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work %(ENV_QUEUE_CONNECTION)s --queue=%(ENV_QUEUE_NAMES)s --sleep=3 --tries=3 --max-time=3600 --backoff=10,30,60
autostart=true
autorestart=true
stopwaitsecs=3600
user=mvhelpdesk
numprocs=2
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/queue-worker.log
