Questions tagged [gae-quotas]

App Engine limits resources usage up to certain quotas to ensure that your application won't exceed your daily budget.

An App Engine application can consume resources up to certain quotas. With these quotas, App Engine ensures that your application won't exceed your budget, and that other applications running on App Engine won't impact your application's performance.

Use for questions:

About app Engine limitations and managing costs over free quotas threshold.

Do not use for questions:

  1. About quotas for Google services, use instead.
  2. About email or SMTP service sending limits.

Useful resources

  1. Quotas and limits in the official docs

  2. Application daily consumption dashboard.

  3. Issue tracker for the component

48 questions
1
vote
1 answer

appengine toy program hitting quota limits for reads and writes

Let's say I wanted to make an appengine application that stores a 50,000 word dictionary and also equivalent dictionaries in 10 other languages of similar size. I got this working locally on my dev server, but when I went to load the first…
1
vote
1 answer

GAE: Queues, Quotas and backend instances

I have a queue with a lot of tasks in it. I would like to use one backend instance to process this queue. My quota info tells me I have blown my budget on hundreds of frontend instance hours and have not used any backend instance hours. As I had…
waigani
  • 3,570
  • 5
  • 46
  • 71
1
vote
1 answer

GAE Mysterious Quota Limit

I have a Google App Engine app which currently displays: Over Quota This application is temporarily over its serving quota. Please try again later. I have a billed account. When I check my quotas, I am well under all limits. I have about 10,000…
waigani
  • 3,570
  • 5
  • 46
  • 71
1
vote
1 answer

How to increase App Engine Conversion service quota limit with billing enabled

Apparently Conversion service quota limit is 100 conversions a day whenever you have billing enabled or not. How to increase this quota? How to check current quota usage for Conversion service?
Janusz Skonieczny
  • 17,642
  • 11
  • 55
  • 63
0
votes
1 answer

How urlfetch quotas work?

The following quotas are given at GAE docs: request size: 1 megabyte response size: 32 megabytes If my GAE app receives upload file, 1 megabyte quota is applied? If my GAE app sends (POST) the file to another server with urlfetch, still 1 megabyte…
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
0 answers

How to fix deployment error QUOTA_FOR_INSTANCES?

I can't deploy my app, and I don't know how to fix it. I don't have any scaling configurations in my app.yaml, so I assume I'm under automatic scaling stuff. I'm using the flex env. I only have two instances of the app right now and only three…
blah blah
  • 425
  • 6
  • 12
0
votes
1 answer

Google App Engine Deleting Version is not reducing Quota

I have a free App in Google App Engine. I am nearing my quota limit for Code and Static File Storage. I deleted a couple version of the uploaded code 2 days ago. My Code and Static File Storage still reflects the same 0.85 G How long does it take…
Mike W
  • 11
  • 2
0
votes
1 answer

OverQuotaError on datastore writes after 1.9.18 update when console shows quota OK

Has anyone seen this? Nothing on my console shows over quota but my logs are showing errors and all of my methods are failing. I have never hit quota and we are still in DEV and have no active users. Today was a light day for us in…
gregor
  • 13
  • 4
0
votes
1 answer

What does Datastore quotas mean exactly?

I'm a bit confused about what the Datastore quotas mean. https://cloud.google.com/appengine/docs/quotas#Datastore Let's take for example the Read quota. If I have 1,000,000 entities of a model, and say I have a task that processes each of those…
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
0 answers

Got warmup requests at every 5 seconds for 27 minutes, quota exceeded

I have an GAE Java app now in development stage. Starting today at 2013-07-22 13:33:33.452 PDT till 2013-07-22 14:00:18.678 (that's around 27 minutes), my app continuously got warmup requests in every 5~6 seconds, and so quota exceeded, and now it's…
ckang
  • 21
  • 3
  • 7
0
votes
1 answer

Is there a maximum number of write operations per minute?

Somehow I got in mind that the Data Store of the Google App Engine only allows 1000 writes / minute. After I couldn't find any information on the web or in the quota docs I just wanted if someone can verify this information. Thanks
0
votes
1 answer

Why am I hitting the datastore read operation quota?

I was in a place without Internet access for 3 weeks and just came back to find out that one of my apps since January 18 started to reach a quota limit (Datastore Read Operations) after around the 18 hours. I don't see any increase in traffic from…
0
votes
0 answers

Appengine over quota

I'm using appengine already for a long time, but today, my application is already after 3 hours over quota (> my daily cost). The dashboard howevers show almost no resources have been used, so it should be nowhere near this daily limit. Also strange…
peternees
  • 170
  • 1
  • 15
0
votes
2 answers

App Engine Backend Quota Not Touched

I have a dynamic backend process that gets called from within my frontend app code. To do this it must be visible via app.yaml. But when the backend gets run in this way I see no change in my backend quota on the admin panel, leading me to believe…
user1561108
  • 2,666
  • 9
  • 44
  • 69
0
votes
1 answer

Why Requests and Secure Requests Quota has been increased in google app engine?

When I use the request URL as http://myapp.appspot.com quota use increases only for Quota Details --> Requests. But When I use the request URL as https://myapp.appspot.com quota use increases for both Quota Details --> Requests and Quota Details -->…
Dinesh Lingam
  • 293
  • 3
  • 6
  • 13