Hi,

I am using the javax.mail.Transport.send().
this API may throw ApiDeadlineExceededException .
When it does I catch it a retry.
I am currently retrying 5 times.
3 days ago I started noticing in my logs that
ApiDeadlineExceededException are thrown at a higher rate than normal.
To my surprise I found out that even though the exception is thrown,
The emails are sent (including the ones in the retry).
This causes the same email to be sent 6 times !!!
My customers noticed this as well :-(
My appId is farmigo-csa.



Please assist.
Thanx, Lior

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to