I tried searching, but could not find the answer, apologies if my searching skills are not up to the mark.
I am trying to setup an exclusive database gear (free plan on Openshift) with the other 2 gears getting the scalable app (similar to how it is mentioned here https://blog.openshift.com/how-haproxy-scales-openshift-apps/). I am wondering whether the database gear will be idled after 24 hours because there are no "external connections" to it, as all the connections will be from the other gears. If so should I just create a web interface on the database gear, and manually setup "pings" to the web application?