From c9cb3f10a8c380f8beb8ce6d05c5ac50788fe550 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 15 May 2019 07:20:18 -0500 Subject: [PATCH] modified queue balance to auto --- config/horizon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/horizon.php b/config/horizon.php index fe55ea6be..27e221273 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -147,7 +147,7 @@ return [ 'journal', 'mail', ], - 'balance' => 'simple', + 'balance' => 'auto', 'processes' => 3, 'tries' => 3, ], @@ -161,7 +161,7 @@ return [ 'journal', 'mail', ], - 'balance' => 'simple', + 'balance' => 'auto', 'processes' => 3, 'tries' => 3, ],