google app engine - GAE over quota with billing enabled -


I have deployed my GAE app as a module Appengine-web.xml is as follows.

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Appengine-web-app xmlns = "http://appengine.google.com/ns/1.0" & gt; & Lt; Application & gt; MyApp & lt; / Application & gt; & Lt; Version & gt; 200 & lt; / Edition & gt; & Lt; System-Properties & gt; & Lt; Property Name = "java.util.logging.config.file" value = "WEB-INF / Logging.Properties" /> & Lt; / System-Properties & gt; & Lt; Use-google-connector-j & gt; True & lt; / Use-Google-connector-j & gt; & Lt; Module & gt; Batch & lt; / Module & gt; & Lt; Example Level & gt; B1 & lt; / Example level & gt; & Lt; Basic-scaling & gt; & Lt; Max-examples & gt; 1 & lt; / Max-examples & gt; & Lt; Idle timeout & gt; 10m & lt; / Inactive-time expiration & gt; & Lt; / Basic-scaling & gt; & Lt; / Appengine-web-application & gt;  

But my app returns on quota error.

Request:

  https: // 200-dot-batch-dot-Myapp.appspot.com  

Feedback: < / P>

  Over quota This application is temporarily over its quota then try again later. In fact, free use of "Backend Instantance Hours" (9.00 9.00 Instance Hours) has ended, but my app billing status is enabled. 

Why did I get more than quota error? And how to avoid it?


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -