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, ], ],