Re: how does hm9000 actually determine application health?
Jesse T. Alford
If the app doesn't have a bound route, it's not health checked on DEAs. If
it fails without actually exiting, the system won't notice.
(On Diego, the health check has to be explicitly disabled.)
toggle quoted message
Show quoted text
it fails without actually exiting, the system won't notice.
(On Diego, the health check has to be explicitly disabled.)
On Tue, Oct 27, 2015, 8:12 AM Eric Poelke <epoelke(a)gmail.com> wrote:
Thanks guys. So I thought that I had come across the bit of its healthy
if its listening on $PORT, but that got me thinking about the small worker
process I just deployed. Since it does not listen on a port is it just
assumed to be "ok"?