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 } ] }