fix: do not exceed max fly timeout (5 minutes) (#1658)

* fix: do not exceed max fly timeout (5 minutes)

* chore: update kill timeout comment
This commit is contained in:
Roland 2025-08-28 22:22:56 +07:00 committed by GitHub
parent 660db06815
commit 1817d10301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'