aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
65 stars 3 forks source link

[FEATURE] HealthCheck webserver #107

Closed aleksul closed 1 year ago

aleksul commented 1 year ago

Is your feature request related to a problem? Please describe.

When running in some orchestrated environment, such as Kubernetes, it's important that the app reports its status to the orchestrator. Currently, doing so requires spinning up a separate web server and wrapping Repid application around it, which is very annoying.

Describe the solution you'd like

Repid should come with as simple web server, which will be able to answer health check requests.