From 44d045f546ceb2440f2a681bc5821bbb8eefb80f Mon Sep 17 00:00:00 2001 From: James Long Date: Tue, 3 May 2022 09:36:19 -0400 Subject: [PATCH] Bump fly.io grace_period --- fly.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.template.toml b/fly.template.toml index 6bd5f2d..1aa7eed 100644 --- a/fly.template.toml +++ b/fly.template.toml @@ -33,7 +33,7 @@ processes = [] port = 443 [[services.tcp_checks]] - grace_period = "1s" + grace_period = "10s" interval = "15s" restart_limit = 0 timeout = "2s"