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": {
"api": [
"web": [
{
"type": "startup",
"name": "api check",
"description": "Checking if the app responds to the /health/ready endpoint",
"path": "/healthz",
"attempts": 3
"attempts": 5
}
]
}