From a69b41b33b6dae2c056563b59803f949e5fad1e5 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 30 Nov 2023 07:02:31 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Test:=20Remove=20app.yaml=20flex?= =?UTF-8?q?=20configuration=20=E2=80=A2=20GCP=20app=20deploy=20was=20retur?= =?UTF-8?q?ning=20"ERROR:=20(gcloud.app.deploy)=20Error=20Response:=20[9]?= =?UTF-8?q?=20An=20internal=20error=20occurred=20while=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20processing=20task=20/app-engine-flex/flex=5Fa?= =?UTF-8?q?wait=5Fhealthy/flex=5Fawait=5Fhealthy"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app.yaml b/app.yaml index c21c9ed..ff114a8 100644 --- a/app.yaml +++ b/app.yaml @@ -14,14 +14,5 @@ runtime: custom env: flex -automatic_scaling: - min_num_instances: 1 - max_num_instances: 3 - -resources: - cpu: 1 - memory_gb: 1 - disk_size_gb: 10 - env_variables: NODE_ENV: production \ No newline at end of file