mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix executions not being tracked in metrics
This commit is contained in:
@@ -316,6 +316,10 @@ function router(App $utopia, Database $dbForConsole, callable $getProjectDB, Swo
|
||||
/** @var Document $execution */
|
||||
$execution = Authorization::skip(fn () => $dbForProject->createDocument('executions', $execution));
|
||||
}
|
||||
|
||||
$queueForUsage
|
||||
->setProject($project)
|
||||
->trigger();
|
||||
}
|
||||
|
||||
$execution->setAttribute('logs', '');
|
||||
|
||||
Reference in New Issue
Block a user