Hello, I am currently having issues with the error BadRequestError: query not found. I am using the django framework with norel. Here is the context in which the error occurs: 1. query for all users -> People.objects.all() 2. loop through all these users and perform some action on them
Everything performs as expected up until the loop reaches the 101th person. At this point I receive the above mentioned error. I tested this through the remote shell and while it did work, I saw brief moments of pause after each 100 people were looped through. For example, there were pauses at 100, 200, 300 and so on. Also, to be clear there are only 450 people in this datastore kind. I not sure if there is a timeout issue, if GAE is querying in 100 record blocks... If anyone can offer any insight that would be great. Thanks, Raj -- 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.
