diff --git a/app/config/queue.php b/app/config/queue.php index 16e45bd7..6a879f78 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -38,6 +38,7 @@ return array( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', + 'ttr' => 60, ), 'sqs' => array(