From 891960a9777e8b72a3aa39f45e1e7f814469394b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 4 Oct 2023 10:16:02 +0200 Subject: [PATCH] Fix realtime logs container name --- src/Executor/Executor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index d81a4048c2..adc3b48b69 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -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