And here is the stack trace. The last part about a new process being
restarted is sometimes there and sometimes not. In other words, it's 'not'
always causing new process to be restarted. And starting a new process
doesn't seem to help anyway!




   1.


   File "/base/data/home/apps/networkedhub/3.350661480242641539/main.py",
line 3256, in post
       known_feeds = query.fetch(BOOSTRAP_FEED_CHUNK_SIZE)
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py",
line 2025, in fetch
       raw = raw_query.Get(limit, offset, config=config)
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py",
line 1504, in Get
       batch = batcher.next_batch(limit)
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 2220, in next_batch
       batch = self.__next_batch.get_result()
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 592, in get_result
       return self.__get_result_hook(self)
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 1970, in __query_result_hook
       self._conn.check_rpc_success(rpc)
     File 
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
line 1048, in check_rpc_success
       raise _ToDatastoreError(err)
   Timeout

   2.  I2011-05-25 02:33:30.909


   This request caused a new process to be started for your
application, and thus caused your application code to be loaded for
the first time. This request may thus take longer and use more CPU
than a typical request for your application.

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

Reply via email to