I just migrated my GAE / python application from M / S to HRD and then activated the new python27 runtime. Now most of my storage requests do not work with this error:
ResponseTooLargeError: The response from the datastore_v3.RunQuery () API call was too large.
The same code still works in older GAE applications (M / S and python25) without any problems. What's happening? Is it because of the new runtime or because of HRD? Should I change my models / application to make the request smaller?
Thanks!
source share