6 ms·
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
by ahmedtd 5y 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 https://cloud.google.com/appengine/pricing
- klenwell 5y agoYeah, 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 https://old.reddit.com/r/AppEngine/comments/od11sg Thanks for the link.