Browse Source

Add beanstalk queue block_for config key

This functionality was added in laravel/framework 9aa1706.
Matt Allan 5 years ago
parent
commit
2588b254a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/queue.php

+ 1 - 0
config/queue.php

@@ -46,6 +46,7 @@ return [
             'host' => 'localhost',
             'queue' => 'default',
             'retry_after' => 90,
+            'block_for' => 0,
         ],
 
         'sqs' => [