Merge pull request #6478 from appwrite/fix-realtime-logs

Fix: realtime logs
This commit is contained in:
Eldad A. Fux 2023-10-04 11:45:58 +03:00 committed by GitHub
commit e2831ed8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ class Executor
) {
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
$runtimeId = "$projectId-$deploymentId";
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes/{$runtimeId}/logs";
$params = [
'timeout' => $timeout