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, ],