We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880fcd5 commit 82e691eCopy full SHA for 82e691e
fly.toml
@@ -77,6 +77,6 @@ primary_region = "ord" # Chicago - you can change this to your preferred region
77
port = 80
78
type = "http"
79
interval = "30s"
80
- timeout = "5s"
81
- path = "/health"
82
- grace_period = "10s"
+ timeout = "10s"
+ path = "/nginx-health" # temporarily use nginx-level health to avoid startup race
+ grace_period = "60s" # allow extra time for app services to initialize
0 commit comments