cocoslive is a High Score server, and now almost all the games are
throwing the "Deadline" exception.
this is another example:
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 694, in main
run_wsgi_app(application)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 509, in __call__
handler.post(*groups)
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 651, in post
casted_value = self.cast_value_to_type( arg, value )
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 131, in cast_value_to_type
result = query.fetch(1)[0]
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1616, in fetch
raw = raw_query.Get(limit, offset, rpc=rpc)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1183, in Get
limit=limit, offset=offset, prefetch_count=limit,
**kwargs)._Get(limit)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1110, in _Run
datastore_pb.QueryResult(), rpc)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 176, in _MakeSyncCall
rpc.wait()
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 460, in wait
self.__rpc.Wait()
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 112, in Wait
rpc_completed = self._WaitImpl()
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 108, in _WaitImpl
rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)
--
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.