From 436dc3032cf29541c434979565dcea2a956ddca1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 3 Nov 2018 22:02:15 -0600 Subject: [PATCH] Update queue config, set higher than timeout --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 37117b5a8..7671809b8 100644 --- a/config/queue.php +++ b/config/queue.php @@ -61,7 +61,7 @@ return [ 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', - 'retry_after' => 90, + 'retry_after' => 1800, 'block_for' => null, ],