We are seeing a bunch of TaskQueue timeouts and TransientErrors as
well.
Dashboard is also 500 erroring, and the last 5 attempts at deployment
have resulted in a 500 Internal Server Error.
The "Investigation Complete - Issue Resolved. We have determined that
this spike did not affect the performance or uptime of applications.
If you feel we have incorrectly diagnosed this issue please inform us
by posting in our developer forum." messages are not particularly
reassuring.
...
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 805, in add
queue_name=queue_name, transactional=transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 563, in add
return Queue(queue_name).add(self, transactional=transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 617, in add
self.__AddTasks(tasks, transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 643, in __AddTasks
apiproxy_stub_map.MakeSyncCall('taskqueue', 'BulkAdd', request,
response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 78, in MakeSyncCall
return apiproxy.MakeSyncCall(service, call, request, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 278, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_rpc.py", line 126, in CheckSuccess
raise self.exception
DeadlineExceededError: The API call taskqueue.BulkAdd() took too long
to respond and was cancelled.
...
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 805, in add
queue_name=queue_name, transactional=transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 563, in add
return Queue(queue_name).add(self, transactional=transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 617, in add
self.__AddTasks(tasks, transactional)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/labs/taskqueue/taskqueue.py", line 645, in __AddTasks
raise self.__TranslateError(e.application_error, e.error_detail)
TransientError
On Sep 14, 2:48 pm, Kenneth <[email protected]> wrote:
> Now the status site is just returning a blank page and the rate of 500
> errors has gone up significantly.
>
> I can't believe that downtime notice thinks this issue is over. My
> app is barely usable.
>
> Come on Google, give us something better. At least let us know you
> know there's an ongoing serious problem.
>
> On Sep 14, 8:16 pm, Michael Robellard <[email protected]> wrote:
>
>
>
> > I am seeing thousands of errors(all timeouts of one type or another)
> > on requests that typically have less than 100 errors a day. My CPU
> > usage per second is up 20% since the failure this morning. These are
> > requests that usually take less than a second and they are reaching
> > the 30 second mark.
>
> > On Sep 14, 3:04 pm, mscwd01 <[email protected]> wrote:
>
> > > Hi,
>
> > > Can we get an official word on why the App Engine has performed so
> > > poorly today?
>
> > > My app has seen hundreds of HTTP 500 errors, is running approximately
> > > twice as slow (CPU time/request) as yesterday (PUTs are very slow),
> > > had many "HardDeadlineExceededError" errors and stats tools such as
> > > AppStats don't appear to be working for me (displays "real" time but
> > > not cpu time).
>
> > > It'd be reassuring to know why these problems are occurring and what
> > > is being done to fix these and stop the happening again.
>
> > > Thanks
--
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.