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
commit 2b14e0e96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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