From 16c2c4b0d6e2cfe4c86c189955c0877e88c1767d Mon Sep 17 00:00:00 2001 From: abourtnik Date: Tue, 16 Jan 2024 22:24:49 +0100 Subject: [PATCH] fix: test after_commit redis queue --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 2786352..160fb37 100644 --- a/config/queue.php +++ b/config/queue.php @@ -68,7 +68,7 @@ 'queue' => env('REDIS_QUEUE', 'default'), 'retry_after' => 90, 'block_for' => null, - 'after_commit' => false, + 'after_commit' => true, ], ],