Added health checks

This commit is contained in:
2026-01-22 08:32:42 -08:00
committed by GitHub
parent df5217f6cb
commit 17c7e4ed19

View File

@@ -12,5 +12,12 @@ primary_region = "sjc"
auto_stop_machines = true auto_stop_machines = true
min_machines_running = 0 min_machines_running = 0
max_machines_running = 1 max_machines_running = 1
concurrency = { soft_limit = 1, hard_limit = 2 } concurrency = { soft_limit = 1, hard_limit = 1 }
grace_period = "30s" grace_period = "30s"
[[http_service.checks]]
grace_period = "10s"
interval = "15s"
method = "GET"
path = "/health"
timeout = "2s"