fly.io: Increase TCP check grace period to 5 seconds

This should help with the "Main child exited normally with code: 0"
errors when the app server is slow to start.
This commit is contained in:
Jack Grigg 2022-05-18 13:05:57 +00:00
parent e7f5100d84
commit 3de329fb93
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ processes = []
port = 443
[[services.tcp_checks]]
grace_period = "1s"
grace_period = "5s"
interval = "15s"
restart_limit = 0
timeout = "2s"