Add ttr option to beanstalk config.
This commit is contained in:
parent
fafb9837dd
commit
9bf9c2eb42
|
@ -38,6 +38,7 @@
|
||||||
'driver' => 'beanstalkd',
|
'driver' => 'beanstalkd',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'queue' => 'default',
|
'queue' => 'default',
|
||||||
|
'ttr' => 60,
|
||||||
),
|
),
|
||||||
|
|
||||||
'sqs' => array(
|
'sqs' => array(
|
||||||
|
|
Loading…
Reference in New Issue