Hi,
I'm seeing a lot of errors in one of my applications when making
requests to the email RPC.
I am getting DeadlineExceededErrors being throw about half of the time
the api is called. The full error
is as follows.
...
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/mail.py",
line 390, in send_mail
message.send(make_sync_call)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/mail.py",
line 891, 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 94, 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 308, in MakeSyncCall
rpc.CheckSuccess()
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 133, in CheckSuccess
raise self.exception
DeadlineExceededError: The API call mail.Send() took too long to
respond and was cancelled.
Is anyone else seeing this?
--
Ian
http://www.ianlewis.org/
--
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.