mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
Tune seed bonus job batch and timeouts
Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
@@ -66,7 +66,7 @@ return [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => env('REDIS_QUEUE', 'nexus_queue'),
|
||||
'retry_after' => 90,
|
||||
'retry_after' => 150,
|
||||
'block_for' => null,
|
||||
'after_commit' => true,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user