Add ttr option to beanstalk config.
This commit is contained in:
@@ -38,6 +38,7 @@ return array(
|
|||||||
'driver' => 'beanstalkd',
|
'driver' => 'beanstalkd',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'queue' => 'default',
|
'queue' => 'default',
|
||||||
|
'ttr' => 60,
|
||||||
),
|
),
|
||||||
|
|
||||||
'sqs' => array(
|
'sqs' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user