I have a project on Google App Engine. It has 2 separate data-stores one which holds articles and the other holds any article which is classified as a crime. (True or False)
But when I try and run my cron to move the crime articles into the "crime" data-store I receive this error:
Has anyone experienced this and how did they over come it!?
0kb AppEngine-Google;
0.1.0.1 - - [22/Apr/2011:09:47:02 -0700] "GET /place HTTP/1.1" 500 138 - "AppEngine-Google; (+http://code.google.com/appengine)" "geo-event-maps.appspot.com" ms=1642 cpu_ms=801 api_cpu_ms=404 cpm_usd=0.022761 queue_name=__cron task_name=740b13ec69de6ac36b81ff431d584a1a loading_request=1
As a result my cron fails.