Around 15 minutes ago app engine began throwing errors on task queue
creation. This is the error:
1.
1.
taskqueue.Queue('presence-write').add(taskqueue.Task(url='/worker/writeuserpresence',
params=dict(profile_id="%s" % profile.key().id())))
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py",
line 1637, in add
self.__AddTasks(tasks, transactional, self.__FillAddPushTasksRequest)
File
"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py",
line 1680, in __AddTasks
raise _TranslateError(e.application_error, e.error_detail)
TransientError
2.
1.
A transienterror (please try again later).
This has already resulted in hundreds of errors to my users.
Nothing can be seen from the system status page - unfortunately. It seems
like it is not effectively monitoring all aspects of the app engine service?
Can somebody please fix this error?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/NHIwThOV8rcJ.
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.