Update queue config, set higher than timeout

This commit is contained in:
Daniel Supernault 2018-11-03 22:02:15 -06:00
parent b7e22af48e
commit 436dc3032c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ return [
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'retry_after' => 1800,
'block_for' => null,
],