Skip to content

Commit

Permalink
healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 29, 2024
1 parent 2d78cb9 commit 46a54a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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",
"name": "web check",
"description": "Checking if the app responds to the /robots.txt endpoint",
"path": "/robots.txt",
"attempts": 3
}
]
}
}

0 comments on commit 46a54a6

Please sign in to comment.