tmolitor-stud-tu / mod_push_appserver

Simple and extendable appserver for XMPP pushes (aka. XEP-0357)
MIT License
25 stars 9 forks source link

/healthcheck end point #22

Closed anurodhp closed 5 years ago

anurodhp commented 5 years ago

Thoughts on adding a health check end point that does nothing other than run a 200 OK? This would be useful for in hosted environments like AWS where the monitoring infrastructure can be pointed to this to do a quick check to make sure the application is running without putting any additional load on the server.

tmolitor-stud-tu commented 5 years ago

Sounds, good, I'll implement this.