Skip to content

Commit

Permalink
Migrate health check to application JSON format.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Oct 30, 2023
1 parent 38169fe commit aeb59d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CHECKS

This file was deleted.

13 changes: 13 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"healthchecks": {
"web": [
{
"type": "startup",
"path": "/health",
"attempts": 30,
"timeout": 1,
"wait": 1
}
]
}
}

0 comments on commit aeb59d3

Please sign in to comment.