core/app.json
Untone 750f00c6ac
Some checks failed
Deploy to core / deploy (push) Has been cancelled
1sec-delay
2024-02-21 23:12:47 +03:00

16 lines
279 B
JSON

{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the GET /",
"path": "/",
"attempts": 3,
"warn": true,
"initialDelay": 1
}
]
}
}