From 9bff63bf5b775a8121956d062f13e803bc82072f Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Mon, 29 Jun 2026 17:19:50 +0330 Subject: [PATCH] fix: increase health check interval to improve reliability --- liara.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liara.json b/liara.json index bc7aa608..af7c88dd 100644 --- a/liara.json +++ b/liara.json @@ -10,7 +10,7 @@ }, "healthCheck": { "command": "php -r '$h=@get_headers(\"http://127.0.0.1:80/health\"); exit($h && strpos($h[0],\" 200\")!==false ? 0 : 1);'", - "interval": 15, + "interval": 30, "timeout": 5, "retries": 5, "startPeriod": 60