This seems like a question that would be better posted to StackOverflow, rather than a discussion post. The google-appengine group is intended more for general discussion rather than 1-on-1 support assistance. Please see the main Community Support page <https://support.google.com/cloud/answer/3466163> for a list of the tags we monitor.
Cheers, Adam Cloud Platform Support On Sunday, December 13, 2015 at 4:47:31 AM UTC-5, Yonatan Back wrote: > > I'm trying to query my app's datastore for a large amount of data - > approx. 3000000 entities, over the 60-second timeout. > So I've implemented cursors according to the tutorial here > <https://cloud.google.com/appengine/docs/java/datastore/jdo/queries#Query_Cursors>, > > and it works for the first time - meaning if I send a null cursor I get the > first 100 results and a cursor string, and when I send the second request > with the cursor string I get the next 100 results. > Problem is - I always get the same cursor string, and the same results > when I send it. > > Is this a bug? An issue when using Spring (I've read that Spring doesn't > play well with GAE)? > > Thanks for any help, I'm working on this for a while now... > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5ba23fe5-6152-448d-bca2-f2caeb4c120e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
