diff --git a/config/queue.php b/config/queue.php index 116bd8d0..c3e850e2 100644 --- a/config/queue.php +++ b/config/queue.php @@ -72,6 +72,14 @@ return [ 'after_commit' => false, ], + 'failover' => [ + 'driver' => 'failover', + 'connections' => [ + env('QUEUE_CONNECTION', 'database'), + 'sync', + ], + ], + ], /*