@hackage haskell-admin-health1.0.0.0

Application Health Component for 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