We're receiving quite a few timeouts when attempting to send mail
using the Mail API. Anybody else experiencing this?
File "/base/data/home/apps/daily-deal/21563.347566837950502806/app/
domain/notification.py", line 75, in send
mail.send_mail(sender, text_renderer.deal_tx.email, subject, body,
html=html, bcc=bcc)
File "/base/data/home/apps/daily-deal/21563.347566837950502806/app/
domain/mail/__init__.py", line 58, in send_mail
gmail.EmailMessage(**kwargs).send(make_sync_call=make_sync_call)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/mail.py", line 742, in send
make_sync_call('mail', self._API_CALL, message, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 86, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 286, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_rpc.py", line 126, in CheckSuccess
raise self.exception
DeadlineExceededError: The API call mail.Send() took too long to
respond and was cancelled.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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-appengine?hl=en.