Просмотр исходного кода

added websocket and using flex engine bypass the quota issue. with the addon config in app.yaml

master
sp 4 лет назад
Родитель
Сommit
278acc746f
1 измененных файлов: 14 добавлений и 1 удалений
  1. +14
    -1
      app.yaml

+ 14
- 1
app.yaml Просмотреть файл

@@ -1,2 +1,15 @@
runtime: go1.15
env: flex
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

Загрузка…
Отмена
Сохранить