add failover driver
This commit is contained in:
@@ -72,6 +72,14 @@ return [
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
'failover' => [
|
||||
'driver' => 'failover',
|
||||
'connections' => [
|
||||
env('QUEUE_CONNECTION', 'database'),
|
||||
'sync',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user