diff --git a/supervisord.conf b/supervisord.conf index bc0a3a8..d415c79 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -2,7 +2,7 @@ [program:v2board] process_name=%(program_name)s_%(process_num)02d -command=php /www/artisan queue:work --queue=send_email +command=php /www/artisan horizon stdout_logfile=/wwwlogs/queue.log stdout_logfile_maxbytes=0 stderr_logfile=/wwwlogs/queue_error.log @@ -10,4 +10,4 @@ stderr_logfile_maxbytes=0 autostart=true autorestart=true startretries=0 -numprocs=4 \ No newline at end of file +numprocs=4