Handle polling without the healthcheck config

This commit is contained in:
Donal McBreen
2024-09-12 19:27:59 +01:00
parent d2672c771e
commit 8b965b0a31
7 changed files with 77 additions and 14 deletions

View File

@@ -189,6 +189,10 @@ class Kamal::Configuration
raw_config.readiness_delay || 7
end
def readiness_timeout
raw_config.readiness_timeout || 30
end
def run_directory
".kamal"