diff --git a/config/queue.php b/config/queue.php index ed08cc06..ec520ec6 100644 --- a/config/queue.php +++ b/config/queue.php @@ -46,6 +46,7 @@ return [ 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, + 'block_for' => 0, ], 'sqs' => [