Fix: missing call for image transformations counting

This commit is contained in:
Damodar Lohani 2025-02-11 17:59:48 +05:45 committed by GitHub
parent 2902b1bde8
commit f6aff786f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,6 +159,12 @@ class StatsResources extends Action
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_buckets_{$project->getId()}"]);
}
try {
$this->countImageTransformations($dbForProject, $dbForLogs, $region);
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_buckets_{$project->getId()}"]);
}
try {
$this->countForDatabase($dbForProject, $dbForLogs, $region);