diff --git a/src/Appwrite/Platform/Tasks/CreateInfMetric.php b/src/Appwrite/Platform/Tasks/CreateInfMetric.php index 36b45bf209..4fe85a8803 100644 --- a/src/Appwrite/Platform/Tasks/CreateInfMetric.php +++ b/src/Appwrite/Platform/Tasks/CreateInfMetric.php @@ -91,6 +91,8 @@ class CreateInfMetric extends Action ->get($db) ->reclaim(); } + + Console::log('Finished project ' . $project->getId() . ' ' . $project->getInternalId()); } $sum = \count($projects); @@ -120,8 +122,6 @@ class CreateInfMetric extends Action $dbForProject->deleteDocument('stats_v2', $id); - echo "_inf_{$metric} , $value \n"; - $dbForProject->createDocument('stats_v2', new Document([ '$id' => $id, 'metric' => $metric,