-2

How can I check all the services I'm making use of on app engine. I'm being billed and I don't know how to stop it. I've lost about $15. And I don't know where it's coming from

Xceptions
  • 209
  • 2
  • 11
  • Delete the app would the charge. There's billing information that you can check to see the breakdown of the charge – marcadian Jan 05 '18 at 07:16
  • I've checked it. Seems app engine flexible environment is kinda difficult to use for newbies. If you're not careful, you'll incur too much charges. That's not nice – Xceptions Jan 05 '18 at 09:14

1 Answers1

0

Alright this is how I solved mine:

I disabled billing to ensure that I wasn't incurring anymore charges, then I checked my transaction log to view what was costing me much. App engine flexible environment does not currently support zero instance scaling so we're stuck with having at least one instance at all times

Xceptions
  • 209
  • 2
  • 11