[program:university-erp-worker]
process_name=%(program_name)s_%(process_num)02d
command=/usr/bin/php /var/www/university-erp/current/artisan queue:work redis --sleep=2 --tries=3 --backoff=10 --timeout=120 --max-time=3600
directory=/var/www/university-erp/current
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=www-data
numprocs=2
redirect_stderr=true
stdout_logfile=/var/log/supervisor/university-erp-worker.log
stopwaitsecs=180
