mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Fix queueForUsage not triggering for domain executions
This commit is contained in:
parent
58aa2b0571
commit
906de6a802
1 changed files with 4 additions and 0 deletions
|
|
@ -318,6 +318,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', '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue