any idea what I'm doing wrong? GAE log said this operation too >18k msecs. here's there error:
DeadlineExceededError at /mybagapp/post_bag_item Request Method: POST Request URL: http://mybagdev.appspot.com/mybagapp/post_bag_item Exception Type: DeadlineExceededError Exception Value: Exception Location: /base/python_lib/versions/1/google/appengine/ runtime/apiproxy.py in Wait, line 161 Traceback (most recent call last): File "/base/python_lib/versions/1/django/core/handlers/base.py" in get_response 77. response = callback(request, *callback_args, **callback_kwargs) File "/base/data/home/apps/mybagdev/1.329321030374107277/mybag/ views.py" in post_bag_item 193. curr_user_obj.publish_user_action(request.POST, bag_item.item_name) File "/base/data/home/apps/mybagdev/1.329321030374107277/mybag/ user.py" in publish_user_action 107. call_id = True ) File "/base/data/home/apps/mybagdev/1.329321030374107277/mybag/ gminifb.py" in call 170. response = urlfetch.fetch(_fbUrl, payload=args, method=urlfetch.POST, headers = {'Content_type': 'application/ x_www_form_urlencoded'}) File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py" in fetch 257. apiproxy_stub_map.MakeSyncCall('urlfetch', 'Fetch', request, response) File "/base/python_lib/versions/1/google/appengine/api/ apiproxy_stub_map.py" in MakeSyncCall 46. stub.MakeSyncCall(service, call, request, response) File "/base/python_lib/versions/1/google/appengine/runtime/ apiproxy.py" in MakeSyncCall 245. rpc.Wait() File "/base/python_lib/versions/1/google/appengine/runtime/ apiproxy.py" in Wait 161. rpc_completed = _apphosting_runtime___python__apiproxy.Wait (self) DeadlineExceededError at /mybagapp/post_bag_item --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
