Fix synchronous executions

This commit is contained in:
Bradley Schofield 2024-07-15 14:11:08 +09:00
parent 387828e3a7
commit 59b239c128

View file

@ -272,7 +272,9 @@ function router(App $utopia, Database $dbForConsole, callable $getProjectDB, Swo
method: $method,
headers: $headers,
runtimeEntrypoint: $command,
requestTimeout: 30
requestTimeout: 30,
cpus: $function->getAttribute('cpus', 1),
memory: $function->getAttribute('memory', 512)
);
$headersFiltered = [];