We have a cron job (once per minute) that has a 100% failure rate. See
below for stack trace.
However, this occurs only on our test server (app id: steprep-demo)
and not on our production server. InternalError suggests something at
the Google end of things. This has been happening once per minute for
over 24 hrs now - every request is the same stack trace.
The function called in a transaction (cancelDispatchTxn) does a simple
get() and a put() of a single entity.
Could this be a problem in our code, or is this definitely at Google's
end?
Exception Raised (Resulting in a 500 page for the user)
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/third_party/
django-1.1/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/base/data/home/apps/steprep-demo/daily.343229575872925093/
steprep/mgmt/__init__.py", line 27, in wrapper
return function(*args, **kwargs)
File "/base/data/home/apps/steprep-demo/daily.343229575872925093/
steprep/mgmt/views/jobs.py", line 52, in cancel
story = db.run_in_transaction(cancelDispatchTxn, key)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 2143, in RunInTransaction
DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 2265, in RunInTransactionCustomRetries
raise _ToDatastoreError(err)
InternalError: internal error.
--
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.