FnuLnu
FnuLnu

Reputation: 85

Database gear idling

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?

Upvotes: 1

Views: 73

Answers (1)

luciddreamz
luciddreamz

Reputation: 2093

Idling is at the application level. You mentioned you had two other gears running alongside the database gear. As long as they get web traffic your database gear will not idle. If you're really worried about idling upgrade to the Bronze plan, which disables idling and is still free (assuming you're in a region where Bronze is available).

Upvotes: 1

Related Questions