I recently deployed a Node.js
app in google appengine.
When I go to appengine dashboard and check resource usage, no frontend instance hour usae is shown.
But, in Instances
tab, it shows that two instances are up.
Since the instances are up, and I have made several http requests to the application, I didn't expect to see zero instance hour usage. Also, according to this answer, 15 instance minutes charged for every instance spin up.
So what could be the reason for showing zero instance hour usage in my app?
(I checked the usage several times within last 24 hours, so this cannot be due to the update delay in dashboard)