From 801b98c774b3d5ae38d5081d07913c2eda12688d Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 1 Oct 2024 00:58:50 +0200 Subject: [PATCH] remove delay for readiness check Signed-off-by: Peter Siegmund --- app.json | 1 - 1 file changed, 1 deletion(-) diff --git a/app.json b/app.json index eaa7b70..5b9927f 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,6 @@ "name": "web check", "description": "Checking if the app responds to the /actuator/health/readiness endpoint", "path": "/actuator/health/readiness", - "initialDelay": 20, "port": 8080, "attempts": 3 }