Closed bdero closed 8 years ago
Lore has a good example of this: https://github.com/mitodl/lore/blob/master/status/views.py
One potential reusable solution is django-health-check, but it doesn't have:
It'd probably be easy to fork this and make it better if we want.
We should have an application-level heartbeat route which can be used for health checking by monitoring services.
The body of the response should be machine readable and contain:
Return status of the health check request:
Not strictly required for, but related to #10.