mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch 'feat-runtime-controls-1.5.x' into feat-gb-hours-1.5.x
This commit is contained in:
commit
f40d0fd515
1 changed files with 3 additions and 1 deletions
|
|
@ -272,7 +272,9 @@ function router(App $utopia, Database $dbForConsole, callable $getProjectDB, Swo
|
||||||
method: $method,
|
method: $method,
|
||||||
headers: $headers,
|
headers: $headers,
|
||||||
runtimeEntrypoint: $command,
|
runtimeEntrypoint: $command,
|
||||||
requestTimeout: 30
|
requestTimeout: 30,
|
||||||
|
cpus: $function->getAttribute('cpus', 1),
|
||||||
|
memory: $function->getAttribute('memory', 512)
|
||||||
);
|
);
|
||||||
|
|
||||||
$headersFiltered = [];
|
$headersFiltered = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue