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

[5.8] Add beanstalk queue block_for config key
This commit is contained in:
Taylor Otwell
2019-01-18 08:11:32 -06:00
committed by GitHub

View File

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