haskell-admin-health: Application Health Component for Haskell Admin

[ haskell-admin, library, mit, remote-management ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Change log ChangeLog.md
Dependencies aeson, async, base (>=4.7 && <5), haskell-admin-core, servant, servant-server [details]
License MIT
Copyright 2022 Martin Bednar
Author Martin Bednar
Maintainer bednam17@fit.cvut.cz
Category Haskell Admin, Remote Management
Home page https://github.com/martin-bednar/haskell-admin#readme
Bug tracker https://github.com/martin-bednar/haskell-admin/issues
Source repo head: git clone https://github.com/martin-bednar/haskell-admin
Uploaded by martinbednar at 2022-06-08T15:11:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 80 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for haskell-admin-health-1.0.0.0

[back to package description]

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