Hi,
Are you using the master slave or high replication datastore? This
type of issue was (is?) quite common when using the master slave
datastore.
Also, you note that pages typically take 1-4 seconds to load? That
seems very slow. Is that typical of all your pages? Have you used
appstats to profile your app?
http://code.google.com/appengine/docs/python/tools/appstats.html
Also, you said you're using django. Personally, I never suggest
someone use djnago on App Engine. It is a very heavy framework, and
it tends to further exacerbate these types of problems.
If this is a problem that just started happening and didn't
correspond to you making changes, I'd suggest filing a production
issue.
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue
Robert
On Thu, Jan 19, 2012 at 17:45, UseShots <[email protected]> wrote:
> Hey!
>
> Those instances have exhausted my free quota. Now every request spins up a
> new instance and every request takes ~10 minutes (according the logs)
>
> 2012-01-19 14:32:10.764 /request 200 602229ms 3kb Mozilla/4.0 (compatible;
> MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; ....)
> 2012-01-19 14:32:10.546 / 500 680188ms 0kb Mozilla/5.0 (Windows NT 6.1;
> rv:8.0.1) Gecko/20100101 Firefox/8.0.1
> 2012-01-19 14:31:16.876 /report/ 500 684346ms 0kb Mozilla/5.0 (Windows NT
> 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
> 2012-01-19 14:29:45.943 /report/ 200 663112ms 3kb Mozilla/5.0 (X11; U; Linux
> x86_64; en-CA; rv:1.9.2.24) ...
>
> What's going on?
>
> Why app engine can't load pages that normally take less 1-4 seconds to load?
> Why does it report such weird load times? Why does it spawns so many
> instances that do nothing but exhaust my quota?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/jhQ_2Lf3LHgJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.