Skip to content

Commit

Permalink
add web healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jan 31, 2024
1 parent 6d702ec commit cc02f6b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,30 @@
"command": "sh ./update_sunday.sh",
"schedule": "0 1 * * 0"
}
]
],
"healthchecks": {
"web": [
{
"type": "startup",
"name": "Charity page check",
"content": "Hope Into Action: Coventry",
"path": "/charity/1177548",
"attempts": 3
},
{
"type": "startup",
"name": "Charity search check",
"content": "Search Results",
"path": "/charity/1177548",
"attempts": 3
},
{
"type": "startup",
"name": "Reconcile API check",
"content": "Find that Charity Reconciliation API",
"path": "/api/v1/reconcile/",
"attempts": 3
}
]
}
}

0 comments on commit cc02f6b

Please sign in to comment.