unpkg/app.yaml

15 lines
198 B
YAML
Raw Normal View History

2019-01-26 23:21:19 +00:00
runtime: nodejs
env: flex
resources:
cpu: 1
2019-01-28 20:09:25 +00:00
memory_gb: 1
2019-01-26 23:21:19 +00:00
disk_size_gb: 10
2019-01-28 18:52:29 +00:00
liveness_check:
path: "/"
check_interval_sec: 30
timeout_sec: 4
failure_threshold: 2
success_threshold: 2