fix health check
This commit is contained in:
parent
40a3e52871
commit
7475cedd25
6
app.json
6
app.json
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user