# [START appengine_websockets_yaml]
runtime: nodejs
env: flex
inbound_services:
- warmup
automatic_scaling:
max_idle_instances: 1
min_num_instances: 2
max_num_instances: 5
cool_down_period_sec: 180
cpu_utilization:
target_utilization: 0.6
target_concurrent_requests: 100
network:
session_affinity: true
liveness_check:
path: "/liveness_check"
check_interval_sec: 30
timeout_sec: 5
failure_threshold: 2
success_threshold: 2
readiness_check:
path: "/readiness_check"
check_interval_sec: 5
timeout_sec: 4
failure_threshold: 2
success_threshold: 2
app_start_timeout_sec: 600
# [END appengine_websockets_yaml]