Hacker News new | ask | show | jobs
by ahmedtd 1807 days ago
If you search for "frontend" on the App Engine Standard Pricing Page [1], it seems like your usage might be exceeding the free tier for frontend instances. Did the load on your app suddenly increase?

[1] https://cloud.google.com/appengine/pricing

1 comments

Yeah, that makes sense. A load increase that tripped the autoscaler to add a second instance that put me over free limits for the first time.

I think I figured out how to stop it from doing this: https://old.reddit.com/r/AppEngine/comments/od11sg

Thanks for the link.