router config: drop min instances to 1, add target_concurrent_requests attempt

pull/1726/head
Ryan Barrett 2025-01-24 21:27:01 -08:00
rodzic 860a44ca4d
commit be79e84f2d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -38,10 +38,13 @@ env_variables:
# NDB_DEBUG: true
automatic_scaling:
min_num_instances: 2
min_num_instances: 1
max_num_instances: 10
cpu_utilization:
target_utilization: 0.95
# tried this in an attempt to cut down instance count, but it backfired
# somehow and kept us at the max of 10 instances
# target_concurrent_requests: 20
liveness_check:
# default 300; does lowering this speed up deploy? seems like maybe, a bit?