Hi, Since this afternoon, my instance's Datastore always returns timeout error with particular query. It doesn't matter how many rows, even query just 1 row, it still fails with timeout error.
GQL: SELECT * FROM User order by updated_at Exception: exc_type is <class 'google.appengine.api.datastore_errors.Timeout'>, exc_value is None If I build query order by the other record, or even add 'desc' to updated_at, it works. Only 'order by updated_at' doesn't work. SELECT * FROM User order by device_id works SELECT * FROM User order by user_name works SELECT * FROM User order by updated_at desc works SELECT * FROM User order by updated_at doesn't work Any idea? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
