diff --git a/config/queue.php b/config/queue.php index df9a1ab2..c7d0a517 100644 --- a/config/queue.php +++ b/config/queue.php @@ -72,11 +72,15 @@ return [ 'after_commit' => false, ], + 'deferred' => [ + 'driver' => 'deferred', + ], + 'failover' => [ 'driver' => 'failover', 'connections' => [ 'database', - 'sync', + 'deferred', ], ],