Skip to content

Commit 9ef80a1

Browse files
authored
fix health check (#19)
2 parents 40a3e52 + 7475ced commit 9ef80a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"healthchecks": {
3-
"api": [
3+
"web": [
44
{
55
"type": "startup",
6-
"name": "api check",
7-
"description": "Checking if the app responds to the /health/ready endpoint",
86
"path": "/healthz",
9-
"attempts": 3
7+
"attempts": 5
108
}
119
]
1210
}

0 commit comments

Comments
 (0)