Merge pull request #4913 from yuloh/beanstalkd-blocking-pop-config
[5.8] Add beanstalk queue block_for config key
This commit is contained in:
@@ -46,6 +46,7 @@ return [
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
'block_for' => 0,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
|
||||
Reference in New Issue
Block a user