; Queue worker: processes the "emails" queue first (transactional mail such as ; attachment malware scans, transactional mail, then the default queue. [program:notetracker-queue-worker] process_name=%(program_name)s_%(process_num)02d command=php /var/www/html/artisan queue:work redis --queue=attachments,emails,default --sleep=3 --tries=3 --max-time=3600 autostart=true autorestart=true stopasgroup=true killasgroup=true user=root numprocs=2 redirect_stderr=true stdout_logfile=/var/www/html/storage/logs/queue-worker.log stopwaitsecs=3600