For some reason my app is running mapreduce once an hour.  Is this normal? 
lol  
"/_ah/datastore_admin/mapreduce_done<https://appengine.google.com/logs?version_id=home-placeholder.352480617792449849&app_id=s%7Eqcer-qmaps&filter_type=labels&filter=path%3A%22%2F_ah%2Fdatastore_admin%2Fmapreduce_done%22&severity_level_override=1&view=Search>"
 
is the uri being run, and every time it runs it throws the following error:

'NoneType' object has no attribute 'mapreduce_spec'
Traceback (most recent call last):
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py",
 line 703, in __call__
    handler.post(*groups)
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/utils.py",
 line 351, in post
    mapreduce_state.mapreduce_spec.params[ 

AttributeError: 'NoneType' object has no attribute 'mapreduce_spec'

Any ideas what is going on?

-- 
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/-/OkJc-40Td_AJ.
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.

Reply via email to