From 304ea956db5c760c99f9e30310f1795abcfe4664 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 5 Mar 2023 03:20:55 -0700 Subject: [PATCH] Update queue config, set "after_commit" to true --- config/queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/queue.php b/config/queue.php index 7671809b8..fc4824410 100644 --- a/config/queue.php +++ b/config/queue.php @@ -63,6 +63,7 @@ return [ 'queue' => 'default', 'retry_after' => 1800, 'block_for' => null, + 'after_commit' => true, ], ],