You should never count on datastore performance. if your process is getting
near deadexceeded error you should do try catch and run it again if its a
task for example.

If its caused by processes that are run quickly (milliseconds) on daily
basis then it must be a bug. any how,

-
Cheers,

def AlonCarmel(request)
     import simplejson as json
     contact = {}
     contant['email'] = '[email protected]'
     contact['twitter'] = '@aloncarmel'
     contact['web'] = 'http://aloncarmel.me'
     contact['phone'] = '+972-54-4860380'
     return HttpResponse(json.dumps(contact))

* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.



On Tue, Aug 10, 2010 at 4:38 PM, Rajkumar Radhakrishnan <
[email protected]> wrote:

> Hi folks,
>
> My app has been experiencing too many DeadlineExceededError in the few
> hours. While such issues go away after a couple of minutes, this has now
> caused more than 51 errors for my visitors in the last 3 hours alone,
> staring 3:43 AM upto 6:27 AM now.
>
> The status page shows the Datastore performance to be in "Elevated"
> status.
> http://code.google.com/status/appengine/
>
> Any idea on when this will get resolved ?
> Anyone else affected by this issue ?
>
> Regards,
> R.Rajkumar
>
> --
> 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]<google-appengine%[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.

Reply via email to