Hi,
I have an python app on app engine standard environment for years, and its resource usage is stable.
However, I deploy new code today to use Firebase Cloud Message admin sdk, but I have several high resource usage than my expectation.
(To be specific, they are backend instance hours: 251 instance-hours, requests: 100000, outgoing bandwidth: 4GB, incoming bandwidth: 8GB, datastore write operation: 50000)
In the below dashboard picture, it shows instances for all services, how is it possible for the backend to use 250+ instances hours? (From the day begin, my work on backend runs about 2~3 minutes few times. From the current load URI, I only have about 100 request, why quota shows I have 100K requests)
It is too much over my daily spending limit, how can I resolve or figure out what's the problem?
Thank for your support.
YH Yang