Add beanstalk queue block_for config key

This functionality was added in laravel/framework 9aa1706.
This commit is contained in:
Matt Allan 2019-01-17 16:01:57 -05:00
parent 9180f646d3
commit 2588b254a0
1 changed files with 1 additions and 0 deletions

View File

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