There is a timeout for App Engine requests - Any given web request must be under 30 seconds, and any urlfetch must be under 10. I imagine that you're running into one or both of those issues, though I believe you should see an error in your App Engine logs to that effect.
On Tue, Jan 19, 2010 at 12:40 AM, chaitanya <[email protected]> wrote: > Hi, > I am wondering if there is a timeout interval for calls made by Wave > to Robot. > > I am handling BLIP_SUBMITTED event and my event handler does some > processing to an external system which could take upto 60 seconds for > processing. > > The problem is for some operations which take long time for > processing, though I see from the logs that textview.append() is > called successfully, they never appear in the wave. > > Regards, > KC > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" 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-wave-api?hl=en. > > > >
-- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
