@hackage haskell-admin-health1.0.0.0
Application Health Component for Haskell Admin
Categories
License
MIT
Maintainer
bednam17@fit.cvut.cz
Links
Versions
- 1.0.0.0 Wed, 8 Jun 2022
Installation
Dependencies (6)
- base >=4.7 && <5
- aeson
- async
- haskell-admin-core
- servant
- servant-server Show all…
Dependents (1)
@hackage/haskell-admin
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