[google-appengine] Re: major bug in live instance hours calculation

2013-10-09 Thread pdknsk
On Monday, 7 October 2013 17:34:39 UTC+2, Jeremy Benetz wrote: > > > I did another deployment and the issue seems to have corrected itself. > The bug seems to occur during deployment. Have you tried that? > I just have. I doubt it'll make a difference. Have you made any changed between deplo

[google-appengine] Re: Significant latency increase

2013-10-09 Thread John Lowry
More details of this problem posted here: https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/rXFA-2sU12o On Tuesday, October 8, 2013 9:42:38 PM UTC-7, gks wrote: > > Latency drops in aos-prod-1 but aos-prod-2 is still experiencing high > latency. Hope someone is looking...

Re: [google-appengine] call SOAP webservice from external application

2013-10-09 Thread giuseppe giorgio
Ok, i've solved my problem. first of all i've build separate function for generate xml message. In this way i could calculate the exact length of http body. And a note for who will try to do something like me. When you need to assign value to Content length attribute, avodi to code like client

[google-appengine] Google App Engine Search Service consider Simple Search as Complex Search

2013-10-09 Thread force
Hi, I execute the following simple search using Google App Engine Java Search Service: IndexSpec indexSpec = IndexSpec.newBuilder().setName(namespace).build(); Index = SearchServiceFactory.getSearchService().getIndex(indexSpec); index.search("אב"); where the search text is simple text but not in

[google-appengine] Re: Scheduler seems to be a little mad this evening.

2013-10-09 Thread Francois Masurel
Seems to be the case again, starting new instances every few seconds. Seeing lots of user-facing loading requests though other instances are sitting idle. Max pending latency being set to 15 seconds seems to be totally useless. Anyone seeing such behavior? François On Monday, September 23, 2

[google-appengine] GAE loading new instances on each home page access

2013-10-09 Thread Francois Masurel
It looks like GAE Java instances don't handle more than 10 concurrent requests. As a result, our GWT app home page which makes about 20 requests needs at least 2 instances loaded to get displayed. And as instances are shutdown very agressivelly (a few seconds), our users are getting hit by the

[google-appengine] Re: GAE loading new instances on each home page access

2013-10-09 Thread Francois Masurel
Same problem with F2 instances. This f... scheduler is getting us crazy. There is nothing wrong with starting a new instance but it should wait for the instance being properly loaded before redirecting traffic to it. On Wednesday, October 9, 2013 12:09:42 PM UTC+2, Francois Masurel wrote: > >

Re: [google-appengine] Google App Engine Search Service consider Simple Search as Complex Search

2013-10-09 Thread Moises Belchin
Hi, If you take a look at the documentation: https://developers.google.com/appengine/docs/python/search/ "" There are separate quotas for simple and complex queries. A query is complex if its query string includes the name of a geopoint field or at least one OR or NOT boolean operator. A query is

[google-appengine] Re: GAE loading new instances on each home page access

2013-10-09 Thread Francois Masurel
Please, STOP killing instances after 30s of inactivity (average time measured, might be even less). Aren't we paying a minimum 15 minutes startup fee for those started and killed instances ? May be you could increase this delay to at least 2 minutes ? These {censored} loading requests make ou

[google-appengine] Re: Google App Engine Search Service consider Simple Search as Complex Search

2013-10-09 Thread force
Ok thanks, I will open a bug on it On Wednesday, October 9, 2013 10:30:06 AM UTC+3, force wrote: > > Hi, > > I execute the following simple search using Google App Engine Java Search > Service: > IndexSpec indexSpec = IndexSpec.newBuilder().setName(namespace).build(); > Index = SearchServiceFacto

[google-appengine] Not Equal Operator in Filter with datastore.Query in GAE with Python

2013-10-09 Thread Mitul Golakiya
Hello All, We are developing one app on GAE with python. We are using datastore.py for querying data from datastore, because we have to define our entities at runtime. So we can not use db.Model to define models. And retrieve data by models. We have to use "Not Equal" operator to retrieve some

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-09 Thread Alex Burgel
I'm experiencing the same thing as you. A few months of reliable memcache, but now since the weekend I'm seeing the cache reset every couple of hours and a lower hit rate. Nothing changed in my app (haven't deployed in a few days). On Tuesday, October 8, 2013 1:24:12 PM UTC-4, James Gilliam wro

[google-appengine] Prospective search subscription quota

2013-10-09 Thread Jay
I'm wondering if I can get the quota increased on an app that I have. We want to use prospective search for a simple daily notification subscription. However, it would require well over 10k subscriptions if we use the prospective search approach. Our app would need 30k to 50k subscriptions at t

[google-appengine] Google API Access for GAE

2013-10-09 Thread Deepak Singh
Hi All, I need to have Google Geocoding API access for my GAE java application. Thus i need to get the 'server key' for access. When i try to generate the server key on Google API console, it asks for IP address. So what couls be the IP address for GAE hosted projects ? Help is appreciated. --

Re: [google-appengine] Google API Access for GAE

2013-10-09 Thread Shilendra Sharma
Dear Deepak IP address where your application hosted Shilendra On Oct 9, 2013 9:38 PM, "Deepak Singh" wrote: > Hi All, > > I need to have Google Geocoding API access for my GAE java application. > Thus i need to get the 'server key' for access. When i try to generate the > server key on Google

[google-appengine] Re: GAE loading new instances on each home page access

2013-10-09 Thread Francois Masurel
Ok guys, Looks like I solved the problem by setting *basic scaling* instead of *automatic scaling *for my default module, it works also with *manual scaling*. No more crazy instance starts and stops, that's cool :-) There don't seem to be the 10 concurrent requests maxi limit any more. Still

Re: [google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-09 Thread Jim Gilliam
Alex, Basically, GAE had a price increase by making shared memcache unusable. You have to signup for the premium memcache at 12 cents a GB-hour to get back to the way it use to work. This was dishonest of GAE and they have not even announced that they essentially deprecated the shared memcache s

Re: [google-appengine] Google API Access for GAE

2013-10-09 Thread Barry Hunter
Entering IPs is optional - can just leave it blank! If you really want to lock to Google IPs can copy ALL the ranges from http://network-tools.com/nslook/Default.asp?domain=_netblocks.google.com&type=16&server=67.222.132.198&class=1&port=53&timeout=5000&go.x=13&go.y=14 But be prepared to update it

Re: [google-appengine] Google API Access for GAE

2013-10-09 Thread Deepak Singh
Hi Barry, I read that geocoding API has 2500 requests per day but if i have Google maps for business key then we can have 1 lac requests a day. Please correct me if i am wrong. On Wed, Oct 9, 2013 at 10:02 PM, Barry Hunter wrote: > Entering IPs is optional - can just leave it blank! > > If you

Re: [google-appengine] Google API Access for GAE

2013-10-09 Thread Barry Hunter
That sounds right. Note its 2500 per ip. So you sharing the limit with other appengine users. No way round that. You CANT use a key to get individual quota. For the business version you sign requests to get own quota. On 9 Oct 2013 11:20, "Deepak Singh" wrote: > Hi Barry, > > I read that geocod

Re: [google-appengine] Not Equal Operator in Filter with datastore.Query in GAE with Python

2013-10-09 Thread Vinny P
On Wed, Oct 9, 2013 at 8:32 AM, Mitul Golakiya wrote: > We are using datastore.py for querying data from datastore, because we > have to define our entities at runtime. So we can not use db.Model to > define models. And retrieve data by models. > > We have to use "Not Equal" operator to retrieve

Re: [google-appengine] Google Apps Won't let me set up AppEngine Apps

2013-10-09 Thread Vinny P
On Wed, Oct 9, 2013 at 3:24 PM, Brandon Wirtz wrote: > It appears I can’t set up domains in Apps For Domains… I get the error > shown. > Did you add the domain as a domain alias or as an independent domain? Sometimes this error happens if the domain was originally listed as independent. As a

[google-appengine] Re: major bug in live instance hours calculation

2013-10-09 Thread pdknsk
I'm surprised, but re-deployment has indeed fixed the problem. If I had to guess, it's probably not the process of deployment itself, but maybe the app is deployed to a different, not affected by this problem, datacenter or smaller "unit". -- You received this message because you are subscribe

RE: [google-appengine] Google Apps Won't let me set up AppEngine Apps

2013-10-09 Thread Brandon Wirtz
Digging through the support history, it looks like Apps For domains still only allows Appengine on a primary domain, not a secondary. So it works if I set up another Apps For Domains Account. just a pain to manage because I have to keep track of a lot of admin accounts. Sorry I haven't posted

[google-appengine] AppWrench

2013-10-09 Thread Emanuele Ziglioli
Remember AppWrench, a slick tool that used to work up to Eclipse 3.7? http://appwrench.onpositive.com/ Well, it's on Google Code, under an Eclipse Public License: https://code.google.com/p/appwrench/ If anybody is in touch with people http://www.onpositive.com/onpositive/index.html, it would be

[google-appengine] Question about migrating to HRD: What happens if I revert and try to remigrate without deleting target app data?

2013-10-09 Thread John Wheeler
Can someone, preferably from the app engine team, or who has experience with this answer the following question: I began migrating an M/S datastore app to HRD. It was taking forever during the 'Copy' phase, so I assumed it was stuck, and I reverted it. It is now stuck reverting, and I've filed

Re: [google-appengine] Not Equal Operator in Filter with datastore.Query in GAE with Python

2013-10-09 Thread Alfred Fuller
FYI both ndb and db support dynamic properties through the Expando class On Wed, Oct 9, 2013 at 5:36 PM, Vinny P wrote: > On Wed, Oct 9, 2013 at 8:32 AM, Mitul Golakiya > wrote: > >> We are using datastore.py for querying data from datastore, because we >> have to define our entities at runti

Re: [google-appengine] Not Equal Operator in Filter with datastore.Query in GAE with Python

2013-10-09 Thread Mitul Golakiya
Thanks for the reply... I am getting all records while *filterObj* is empty & Currently I am using localhost datastore with GAE SDK 1.8.5... On Thursday, October 10, 2013 6:06:23 AM UTC+5:30, Vinny P wrote: > > On Wed, Oct 9, 2013 at 8:32 AM, Mitul Golakiya > > > wrote: > >> We are using dat

Re: [google-appengine] Not Equal Operator in Filter with datastore.Query in GAE with Python

2013-10-09 Thread Mitul Golakiya
Thanks Alfred... To use both ndb or Expando class, first I have to create a class which extends ndb or Expando... But I am getting entity name at run time, So I do not have any fixed entity. Our users can store their own entities at run time. Suppose I am creating one class with "*CustomEntity**

Re: [google-appengine] Some tasks are never executed and dynamic backend gets stuck

2013-10-09 Thread Vinny P
On Wed, Oct 9, 2013 at 2:55 AM, Luis wrote: > Basically we have a cron job which identifies certain heavy activities that > need to be executed. The cron job sends these activities as tasks to a queue > as a mean to have them executed in an ordered way in a dynamic backend. > > > The problem is

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-09 Thread James Gilliam
The minimum private memcache costs 12 cents a GB-hour, and 1 GB is the minimum you can specify. You pay for the entire gigabyte, even if you are only using 1/10 of it. So, it costs $2.88 a day, nearly $90 a month; instead of 30 cents a day. And it was free before Saturday. This is ridiculou