adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

Healthchecks #49

Open paulsmith opened 1 year ago

paulsmith commented 1 year ago

Pushup should model good ops behavior, so should have healthchecks out of the box. These can be both internal Go code implementations of a healthcheck interface and a registered HTTP route that can be requested by load balancers and proxies.

paulsmith commented 1 year ago

Examples to emulate: Dropwizard