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