From 278acc746ffb525266fc303e263420e1b2faf9d9 Mon Sep 17 00:00:00 2001 From: sp Date: Sat, 31 Jul 2021 18:10:24 +1000 Subject: [PATCH] added websocket and using flex engine bypass the quota issue. with the addon config in app.yaml --- app.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index cc251bd..88b18a4 100644 --- a/app.yaml +++ b/app.yaml @@ -1,2 +1,15 @@ runtime: go1.15 -env: flex \ No newline at end of file +env: flex +resources: + cpu: 2 + memory_gb: 1.4 + disk_size_gb: 10 +network: + session_affinity: true +automatic_scaling: + min_num_instances: 1 + max_num_instances: 8 + cool_down_period_sec: 180 + cpu_utilization: + target_utilization: 0.5 + target_concurrent_requests: 100 \ No newline at end of file