[google-appengine] Re: Is GAE standard billing method changed?

2020-05-10 Thread Tapir
On Friday, May 8, 2020 at 1:22:00 PM UTC-4, George (Cloud Platform Support) wrote: > > Unfortunately, I cannot post a picture here. You might not see the "load > page" feature, as this is not yet generally available. It should appear on > the Quotas page under "IAM and Admin", where many App

Re: [google-appengine] Re: Alternative to IN (Filter)

2020-05-10 Thread Joshua Smith
Do a whole lot of queries in tasks and collect the results together. That’s all an IN filter on a nosql dB would do behind the scenes anyway. If that doesn’t work for you get more clever in your schema to include something you can filter on to get you a superset. > On May 10, 2020, at 4:52

[google-appengine] Re: Alternative to IN (Filter)

2020-05-10 Thread hr lumiins
Hi Team, Can i can support from google cloud team or someone who can solve this issue. ? On Friday, May 8, 2020 at 10:28:40 PM UTC+2, Skm Villa wrote: > > Hi Team, > > My code : > > List cells; > return ofy().load().type(User.class).filter("geocells in", > cells).limit(50).list(); > > Error