From 1817d10301487c53dfa40a5ed0fe0e9673cbd349 Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:22:56 +0700 Subject: [PATCH] fix: do not exceed max fly timeout (5 minutes) (#1658) * fix: do not exceed max fly timeout (5 minutes) * chore: update kill timeout comment --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index b5d07d0f..6fb423d7 100644 --- a/fly.toml +++ b/fly.toml @@ -6,8 +6,8 @@ app = 'nwc' primary_region = 'lax' swap_size_mb = 2048 -# Add a kill timeout 30s longer than LDK node shutdown timeout -kill_timeout = 330 +# Add a kill timeout longer than LDK node shutdown timeout to ensure Alby Hub gracefully shuts down +kill_timeout = 300 [build] image = 'ghcr.io/getalby/hub:latest'