Sunday, 11 August 2013

After updating from 1.8.2 to 1.8.3 Google App Engine (for Python on mac) all my tasks fail

After updating from 1.8.2 to 1.8.3 Google App Engine (for Python on mac)
all my tasks fail

I've been using task queues in appengine for several months it was working
great on my Mac. On Friday I updated Google App engine to 1.8.3 and since
then all tasks fail. I run the app locally. It works for my colleagues
that also use Mac with the same Google App engine, Python and Eclipse
versions a I do. I haven't changed anything in my project, and
uninstalling and re-installing it didn't help.
I get no errors in log but what I get is :
WARNING 2013-08-11 23:52:12,045 taskqueue_stub.py:1989] Task task1 failed
to execute. The task has no remaining retries. Failing permanently after 1
retries and 0 seconds
Where can I start looking for the cause? Thanks for any ideas - I'm stuck!

No comments:

Post a Comment