From 7475cedd25b0810bde931484c78051ce5c052676 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 12 Jan 2025 11:04:54 -0700 Subject: [PATCH] fix health check --- app.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index f982355..de14cb7 100644 --- a/app.json +++ b/app.json @@ -1,12 +1,10 @@ { "healthchecks": { - "api": [ + "web": [ { "type": "startup", - "name": "api check", - "description": "Checking if the app responds to the /health/ready endpoint", "path": "/healthz", - "attempts": 3 + "attempts": 5 } ] }