fix health check (#19)

This commit is contained in:
2025-01-12 11:07:24 -07:00
committed by GitHub

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