@hackage / haskell-admin-health

Application Health Component for Haskell Admin

Latest1.0.0.0

About

Metadata

  • Last updated , by martinbednar
  • License MIT
  • Maintained by: bednam17@fit.cvut.cz

  • Lottery factor: 0

Links

Installation

Readme

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