Browse Source

Merge pull request #4913 from yuloh/beanstalkd-blocking-pop-config

[5.8] Add beanstalk queue block_for config key
Taylor Otwell 6 years ago
parent
commit
2b14e0e96b
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' => [