Skip to content
Snippets Groups Projects
supervisord.conf 333 B
Newer Older
Alex's avatar
Alex committed
# Note: %(here)s  is the directory in which the supervisord configuration file was found

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan queue:work --timeout=0
autostart=true
autorestart=true
user=deployer
numprocs=8
redirect_stderr=true
stdout_logfile=%(here)s/worker.log