Backend has been running for months with no problems. Last week, my background thread crashed with the following error. I shrugged at it. This week, it did so again. You guys screwed the pooch on something. The worst problem is that it does not restart the instance!
Traceback (most recent call last):
File "/base/data/home/apps/s~sven-wordhero/timekeeper.363451322479750274/backend.py", line 116, in timer_loop
logservice.flush()
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/logservice/logservice.py", line 362, in flush
logs_buffer().flush()
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/logservice/logservice.py", line 273, in flush
self._lock_and_call(self._flush)
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/logservice/logservice.py", line 157, in _lock_and_call
return method(*args)
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/logservice/logservice.py", line 307, in _flush
apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response)
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 320, in MakeSyncCall
rpc.CheckSuccess()
File "/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
CancelledError: The API call logservice.Flush() was explicitly cancelled.