I'm developping a small app with nodejs on Openshift and noticed something that looks weird to me:
when I do rhc tail -a MyApp
, I see my app is being "pinged" about every second:
GET / 200 9ms - 170b
GET / 200 8ms - 170b
GET / 200 8ms - 170b
GET / 200 10ms - 170b
GET / 200 9ms - 170b
GET / 200 9ms - 170b
... (and so on)
I'm pretty sure there's nothing in my code that would cause this. Is this coming from the OpenShift side ?
EDIT: Just created a sample app and noticed the same behaviour; so this is clearly from OpenShift. Now the question would be why ? Any input from someone at OpenShift would by great.