mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge branch 'feat-add-deletes-worker' of github.com:appwrite/appwrite into feat-add-deletes-worker
This commit is contained in:
commit
634b356a64
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ function runBuildStage(string $buildId, string $deploymentId, string $projectID)
|
|||
}
|
||||
|
||||
$vars = $resource->getAttribute('vars', []);
|
||||
$vars['ENTRYPOINT_NAME'] = $resource->getAttribute('entrypoint', '');
|
||||
|
||||
$orchestration
|
||||
->setCpus(App::getEnv('_APP_FUNCTIONS_CPUS', 0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue