On Tue, Oct 29, 2013 at 11:40 AM, Andrea Minari <[email protected]
> wrote:

> W 2013-10-29 16:36:50.629 com.cb.util.metric.GaeMetric commit: failed to
> commit metric  in 40226 error:
> com.google.apphosting.api.DeadlineExceededException: This request
> (b07775a3893d6656) started at 2013/10/29 16:35:51.219 UTC and was still
> executing at 2013/10/29 16:36:50.627 UTC.
>
> Anything else I can provide to help you check where the issue is?
>
>

This exception isn't the fault of the socket - DeadlineExceededException
means that the code took longer than 60 seconds to execute, and so App
Engine shut down the request. Run the code within a task queue or cron
spawned request ( which allows requests to run for 10 minutes ) and see if
the UDP request completes.

With that said, it is odd that the code is taking so long to execute. For
testing purposes, try using differing sizes of packets.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to