Hello all. Only to share my information:

My app is doing something like this:

JS="xpto"
JS_OPTOUT="xpto1"

if request.cookie.has_key("optout") or request.headers.has_key("DNT")
 response.write(JS_OPTOUT)
else
 response.write(JS)


The normal latency is ~3ms
Now I'm seeing 13.9 ms

Earlier this morning I saw ~1000ms milisec/req
24hours ago I saw ~2400ms milisec/req

[image: Requests/Second (24 hrs)]

I noticed this behavior on all my apps for at least the last 8 days.


I'm using python 2.5/HRD.



On Wed, Mar 14, 2012 at 5:35 AM, Nicanor Babula <nicanor.bab...@gmail.com>wrote:

> Now my app is working fine. What happened? I saw at some point my app's
> graphs reset and some huge values for instance hours values. Afterwards,
> the instance hours counters turned to normal and my app stpped raising
> errors. If there was the GAE team working on it, thank you very much, but I
> think you owe us at least an explanation. What should I say to my
> customers? The issue has been fixed or they should  be expecting outages in
> the following days? My app is on HRD.
>
> Thanks,
> Cristian
>
>
> Il giorno martedì 6 marzo 2012 22:17:37 UTC+1, Adam Sherman ha scritto:
>
>> Am I the only one seeing short duration outages? They are being reflected
>> at:
>>
>> http://code.google.com/status/**appengine<http://code.google.com/status/appengine>
>>
>> But I don't see anyone else complaining anywhere, so it makes me worried.
>>
>> A.
>>
>>  --
> 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/-/hw3niAzjSIAJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to