Update queue config, set higher than timeout

pull/547/head
Daniel Supernault 7 years ago
parent b7e22af48e
commit 436dc3032c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save