fix health check

This commit is contained in:
Brian Rosner 2025-01-12 11:04:54 -07:00
parent 40a3e52871
commit 7475cedd25

View File

@ -1,12 +1,10 @@
{ {
"healthchecks": { "healthchecks": {
"api": [ "web": [
{ {
"type": "startup", "type": "startup",
"name": "api check",
"description": "Checking if the app responds to the /health/ready endpoint",
"path": "/healthz", "path": "/healthz",
"attempts": 3 "attempts": 5
} }
] ]
} }