I have the same errors happening from past one month. It is not
consistent. Right now I see atleast 10% of these errors happening
every day.

Is there any way to fix this issue or make this call asynchronosly
without waiting for it response.

On Sep 5, 4:05 am, danb <d...@watchingbelkas.com> wrote:
> Hi,
>
> At the moment I am experiencingMail.send() Timeouts (after 5 second
> delay while sending e-mail) on PythonAPI. It nevertooksolongfor
> my app and I never seen this before today. Perhaps it is a temporary
> failure worth investigating:
>
> #
> 09-04 03:27PM 45.328
>
> sending mail to ....@hotmail.com, subject: ................
>
> #
> E 09-04 03:27PM 50.340
>
> sys.path: ['/base/data/home/apps/vim-mailer/1.336046415183262255', '/
> base/data/home/apps/vim-mailer/1.336046415183262255/common', '/base/
> data/home/apps/vim-mailer/1.336046415183262255/common/appenginepatch/
> appenginepatcher/lib', '/base/data/home/apps/vim-mailer/
> 1.336046415183262255/common/zip-packages/django-1.0.2.zip', '/base/
> data/home/apps/vim-mailer/1.336046415183262255/common/appenginepatch',
> '/base/python_dist/lib/python25.zip', '/base/python_lib/versions/
> third_party/django-0.96', '/base/python_dist/lib/python2.5/', '/base/
> python_dist/lib/python2.5/plat-linux2', '/base/python_dist/lib/
> python2.5/lib-tk', '/base/python_dist/lib/python2.5/lib-dynload', '/
> base/python_lib/versions/1', '/base/data/home/apps/vim-mailer/
> 1.336046415183262255/']
> Exception in request:
> Traceback (most recentcalllast):
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/core/handlers/base.py", line 86,
> in get_response
>     response = callback(request, *callback_args, **callback_kwargs)
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/views/decorators/http.py", line
> 31, in inner
>     return func(request, *args, **kwargs)
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/core/
> views.py", line 97, in mail_task
>     mail_item(item)
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/core/
> views.py", line 127, in mail_item
>     [item['to']])
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/core/mail.py", line 322, in
> send_mail
>     connection=connection).send()
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/core/mail.py", line 248, in send
>     return self.get_connection(fail_silently).send_messages([self])
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/core/mail.py", line 140, in
> send_messages
>     sent = self._send(message)
>   File "/base/data/home/apps/vim-mailer/1.336046415183262255/common/
> zip-packages/django-1.0.2.zip/django/core/mail.py", line 163, in _send
>     e.send()
>   File "/base/python_lib/versions/1/google/appengine/api/mail.py",
> line 711, in send
>     make_sync_call('mail', self._API_CALL, message, response)
>   File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_stub_map.py", line 72, in MakeSyncCall
>     apiproxy.MakeSyncCall(service,call, request, response)
>   File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_stub_map.py", line 255, in MakeSyncCall
>     rpc.CheckSuccess()
>   File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_rpc.py", line 111, in CheckSuccess
>     raise self.exception
> DeadlineExceededError: TheAPIcallmail.Send()tooktoolongtorespondand 
> wascancelled.
>
> Thanks

--~--~---------~--~----~------------~-------~--~----~
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