diff --git a/config/queue.php b/config/queue.php index 7bb782605..fb846f999 100644 --- a/config/queue.php +++ b/config/queue.php @@ -39,7 +39,7 @@ return [ 'queue' => 'long-running', 'retry_after' => 3600, 'block_for' => null, - 'after_commit' => false, + 'after_commit' => true, ], 'database' => [ 'driver' => 'database', @@ -75,7 +75,7 @@ return [ 'queue' => env('REDIS_QUEUE', 'default'), 'retry_after' => 300, 'block_for' => null, - 'after_commit' => false, + 'after_commit' => true, ], ],