Re-enable the task manager, it made no difference

This commit is contained in:
Albert Santoni 2015-08-11 17:32:40 -04:00
parent 60a02cfdee
commit e5f70e7ec3
1 changed files with 1 additions and 2 deletions

View File

@ -134,9 +134,8 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
if (getenv("AIRTIME_UNIT_TEST") != 1) {
$taskManager = TaskManager::getInstance();
$taskManager->runTask(AirtimeTask::UPGRADE); // Run the upgrade on each request (if it needs to be run)
//XXX: Testing if this is causing lock contention
//This will do the upgrade too if it's needed...
//$taskManager->runTasks();
$taskManager->runTasks();
}
}