Skip to content

Commit 82e691e

Browse files
committed
fly: switch health checks to /nginx-health and extend grace; use [[vm]] with 4x shared, 8GB
1 parent 880fcd5 commit 82e691e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ primary_region = "ord" # Chicago - you can change this to your preferred region
7777
port = 80
7878
type = "http"
7979
interval = "30s"
80-
timeout = "5s"
81-
path = "/health"
82-
grace_period = "10s"
80+
timeout = "10s"
81+
path = "/nginx-health" # temporarily use nginx-level health to avoid startup race
82+
grace_period = "60s" # allow extra time for app services to initialize

0 commit comments

Comments
 (0)