According to this <https://cloud.google.com/appengine/quotas#How_Resources_are_Replenished> document, when an application consumes all of an allocated resource, the resource becomes unavailable until the quota is replenished. Please note the resources that required to initiate a request, if that resource is unavailable, App Engine returns 403 or 503 error code for that request instead of calling the request handler. As you are not getting this error codes, it seems like initial resource to serve your application is available. If you have Silver, Gold, or Platinum support package <https://cloud.google.com/support/> you can contact your support representative <https://support.google.com/googleforwork/answer/142244?rd=1#cloud> to request higher throughput limits. Otherwise, you can file a feature request <http://code.google.com/p/googleappengine/>.
On Tuesday, September 25, 2018 at 1:45:03 PM UTC-4, ozapeace wrote: > > I am publishing the site on Google App Engine, but I am affected by > referrer spam. It reaches the upper limit and an over quota error has come > out. Can you respond? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e9e9d1ae-ed89-47a1-bfd3-fd0ad6e29b15%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
