We have a Go program running in an App Engine which receives an email and 
then does some processing.

After about 100 seconds, our  program stops because we get the following 
error:

   1. 
   
   Process terminated because the request deadline was exceeded. (Error 
   code 123)
   2. 
   
   
   3. 
   
   I did some research and found this is a deadline so resources are not 
   consumed for an infinite loop or some other bad situation.
   
My  question is, how do I respond with a "success" so that I don't get the 
deadline exceeded, or, do I have to  increase my  deadline time? If so, 
where/how  do I do that.

What is the best approach for  an App Engine.

Thanks
Dave

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7b78f082-bfce-48f2-856a-a437d52024b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to