#48 - redis stuff
This commit is contained in:
@@ -8,6 +8,14 @@ return [
|
||||
"sync" => [
|
||||
"driver" => "sync",
|
||||
],
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => env('REDIS_QUEUE', 'default'),
|
||||
'retry_after' => 90,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
],
|
||||
],
|
||||
"failed" => [
|
||||
"driver" => env("QUEUE_FAILED_DRIVER", "database-uuids"),
|
||||
|
||||
Reference in New Issue
Block a user