mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
use redis for queues, sessions and cache (#618)
This commit is contained in:
@ -44,19 +44,23 @@
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'timeout' => 90,
|
||||
'retry_after' => 600,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
'ssh' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'timeout' => 600,
|
||||
'retry_after' => 600,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
],
|
||||
|
Reference in New Issue
Block a user