fix health check (#19)

This commit is contained in:
Brian Rosner 2025-01-12 11:07:24 -07:00 committed by GitHub
commit 9ef80a1379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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