Ditto.  I'm noticing nearly 30% of all my mail send operations are failing.
 Fortunately, the last time this happened (a few weeks ago), I tucked in my
mail send() calls in a taskqueue task.  So, if it fails, the task queue
automatically retries, in accordance with the back off algorithm parameters
defined in queues.yaml.  This has worked just fine, except that it
introduces a little delay in the emails reaching their recipient.  For my
app, that is tolerable.

On Fri, Sep 30, 2011 at 12:02 AM, Dennis <dennisf...@gmail.com> wrote:

> yes, i have been getting this error consistently for over 24 hours on my
> app.
>
> i assumed it would be fixed by google quickly, but i guess not.
> my app has not changed for weeks so it's something in the appengine
> infrastructure.
>
>  --
> 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/-/1dTvL0LDZkUJ.
>
> 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