Description
Application Health Component for Haskell Admin.
Description
Please see the README on GitHub at https://github.com/martin-bednar/haskell-admin#readme
README.md
haskell-admin-health
A server component for Haskell Admin
This components reports application health. Currently, its only endpoint is /status
, which yields the current health status of the application (Running / Finished / Error).
Desired future features:
- Recover from an error (e. g. by restarting the application)
- Forcibly stop the application.