From 97f06addc56edfab9fb36761302723c594b1d5f6 Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Wed, 19 Mar 2025 13:50:03 -0700 Subject: [PATCH] Update queue.php --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 7fea555358..16bd7421ac 100644 --- a/config/queue.php +++ b/config/queue.php @@ -66,7 +66,7 @@ 'driver' => 'redis', 'connection' => 'default', 'queue' => env('REDIS_QUEUE', 'default'), - 'retry_after' => 630, + 'retry_after' => 86400, 'block_for' => null, 'after_commit' => false, ],