There hasn't been any recent change in the App Engine Standard environment <https://cloud.google.com/appengine/docs/standard/python3/release-notes> that could have lead to an increase in the billing amount. According to the documentation <https://cloud.google.com/appengine/pricing> an App Engine Standard service is billed for the number of instances it has during the time and for the network traffic.
I strongly suggest you to use Cloud Monitoring <https://cloud.google.com/monitoring/docs> to check if you usage patterns have change in the last weeks. On Saturday, July 10, 2021 at 9:21:17 AM UTC+2 [email protected] wrote: > I am seeing a similar change; > I mean I don't know the cause yet but previously, I was billed around 5€ > for a month of running my project on app engine, but now, I am billed > around 1€ by day, so this means that by the end of the month it will be 30€ > !! > > I can't find any metrics or statistics (I am lost there) to identify the > problem. > It could be that more users use my app, and then more instance are > running and cause more uptime. > But that is a huge difference, where my users are still the same amount > around 200 visitors per day. > > Something changed since the last month. > > I am using the python 3 standard env. > > Le vendredi 9 juillet 2021 à 00:29:59 UTC+2, wokmou a écrit : > >> In order to received additional information on the issue you experience, >> I would suggest that you open a case with the support service [1] so that a >> root a root cause analysis can be performed. >> [1] https://cloud.google.com/support >> >> On Monday, July 5, 2021 at 8:05:50 PM UTC-4 [email protected] wrote: >> >>> Thanks for looking! I made that app.yaml change (including >>> min_pending_latency) after I noticed the scheduling change. It successfully >>> brought my instance count back down, but it didn't explain what caused the >>> initial increase. I'm still curious about that. >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5798c129-d3b3-46c5-970a-cef06ca8d304n%40googlegroups.com.
