Zero-downtime sane defaults

Until I read the docs, I had multiple deploys with downtimes. I would suggest populating the health check route to / which will probably return 200 in most use cases and this will make sane defaults for new users. When the value is empty, it always becomes down.

Hi @agamm

Thanks for the feedback! If your deploy was timing out with no health check, then it’s possible that Render could not detect an open HTTP port as it will try to connect on an open port when the health check path is not defined.