From 421a1f10e674d21a2b198178df3756c968cd53f6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 3 Feb 2021 09:31:14 +1100 Subject: [PATCH] Remove redis queue worker from defaults --- config/supervisor/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/supervisor/supervisord.conf b/config/supervisor/supervisord.conf index 355b802..80c968b 100644 --- a/config/supervisor/supervisord.conf +++ b/config/supervisor/supervisord.conf @@ -36,7 +36,7 @@ stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 numprocs=2 -command=php artisan queue:work redis --sleep=3 --tries=3 --memory=256 +command=php artisan queue:work --sleep=3 --tries=3 --memory=256 [eventlistener:shutdown] command=/shutdown.sh