Re: [google-appengine] urlfetch.Fetch() was explicitly cancelled

2015-07-13 Thread Edu App
> > I am also getting this error do you get any workaround? or any cause of > this error? Please share if any. Thanks. -- 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, se

Re: [google-appengine] Re: error 204 in Google App Engine that I can't get rid of

2015-07-13 Thread Satyanarayana Govindachandra
i just want to see , do you use Page Speed Service from Application Settings. On Mon, Jul 13, 2015 at 8:33 AM, dd wrote: > Same Issue here. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop re

[google-appengine] Add in a custom domain to my GAE instance is not behaving as it should

2015-07-13 Thread Shezad Aibara
Hi, I have trying to setup a custom domain (thesqua.re) to one of my GAE instance (preproduction-ratedapartments.appspot.com). I have followed all the steps given here (https://cloud.google.com/appengine/docs/domain) yet the domain is not working properly. "www.thesqua.re" keeps redirecting to

Re: [google-appengine] Re: queue.yaml and gcloud run

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi Dor, Happy that my reply got you your answer. I submitted a request to update the documents clearer, now that we advocate using gcloud, so that the behavior is easier to understand. If you have other questions about the platform or hiccups as you develop, feel free to ask us, we'll be happy

Re: [google-appengine] urlfetch.Fetch() was explicitly cancelled

2015-07-13 Thread Anthony Madrigal
Hello, Is your question related to AdWords Scripts? If so, could you please report your question on the AdWords Scripts forum ? Thanks, Anthony AdWords Scripts Team -- You received this message becaus

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi Nick, We've been investigating, and it seems like it went through recently. Can you confirm that? We're looking at a root cause, but from what we can see, you should be done with the traffic migration. Cheers On Thursday, July 9, 2015 at 1:40:56 PM UTC-4, Nick Clarey wrote: > > Thanks Patr

Re: [google-appengine] Re: error 204 in Google App Engine that I can't get rid of

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi, How small is the percentage of requests that return this? Because to a certain extent, restarts are to be expected. As explained here , your application should be coded defensively to recover gracefully from

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-13 Thread Nick Clarey
I'm afraid no change that I can see - still listed as "traffic move is in progress". Best regards, Nick On 13 July 2015 at 15:29, Patrice (Cloud Platform Support) < pvoutsi...@google.com> wrote: > Hi Nick, > > We've been investigating, and it seems like it went through recently. Can > you confi

[google-appengine] Re: Cant deploy wordpress2blogger app engine

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi, In order to troubleshoot this, we would need to understand better where you're getting that error. You say when you convert. Do you mean when you deploy the code? If so, what are you using for the deployment? What's the code using, did you try uploading a mostly-empty skeleton app just to

[google-appengine] Re: will my domain still work after migration?

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi, as far as I know, yes you will have to reset the link between your domain and the new app, as the new app doesn't keep any configs from the old one. Cheers! On Saturday, July 11, 2015 at 9:06:00 AM UTC-4, saintthor wrote: > > > i have a domain pointing to the old app. when i migrate it to t

[google-appengine] Re: Batch Query App engine datastore with AND expression

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi, As far as I know, datastore can take AND queries with no trouble. I'm thinking this might be the library you're using to interact with the datastore that might do this. I assume if you try a simple "where" clause just checking for your date component, it works? Cheers On Sunday, July 12,

[google-appengine] Re: Batch Query App engine datastore with AND expression

2015-07-13 Thread Patrice (Cloud Platform Support)
hmmm, having rechecked, are you sure that you can do an AND if your query is a "selectFromKeysOnly". Isn't there a more generic query? Cheers On Monday, July 13, 2015 at 11:11:11 AM UTC-4, Patrice (Cloud Platform Support) wrote: > > Hi, > > As far as I know, datastore can take AND queries with

[google-appengine] Re: will my domain still work after migration?

2015-07-13 Thread saintthor
thank you. i am so sad to get this. to set domain via apps is such a terrible matter. why can't i set domain directly to my app just like what to do in openshift? 在 2015年7月13日星期一 UTC+8下午11:03:21,Patrice (Cloud Platform Support)写道: > > Hi, > > as far as I know, yes you will have to reset the link

[google-appengine] Re: Delete datastore entities by their creation date

2015-07-13 Thread Ryan (Cloud Platform Support)
Salutations, This currently does not exist. You can file a Feature Request to add that functionality. In the mean time I would look at this link

[google-appengine] Re: in migration, data copied, but can't see the finish button.

2015-07-13 Thread Ryan (Cloud Platform Support)
You should fill out this form . This will put you in contact with a Tech Support agent who can look further into this for you. On Sunday, July 12, 2015 at 5:19:29 AM UTC-4, saintthor wrote: > > i am migrating the oldapp to the n

[google-appengine] Re: my app was disbled, can i re-enable it?

2015-07-13 Thread Ryan (Cloud Platform Support)
Salutations Noom, If you go to the new console you will see a link that says: Projects pending deletion. You can re-enable through there. Please note your applications were most likely disabled due to the Master / Slave deprecation. You should mi

Re: [google-appengine] urlfetch.Fetch() was explicitly cancelled

2015-07-13 Thread Ryan (Cloud Platform Support)
Salutations Edu, This error generally pops up when your app hits the serving deadline (60 seconds for Frontend) while there is either a URLFetch or API call in progress. You should check to see what is making the call and see if you can reduce the time it takes to complete. On Thursday, April

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-13 Thread Patrice (Cloud Platform Support)
Hi Nick, thank you for the quick replies. I just double-checked and I can confirm that it seems okay on our end when we check. Do you mind including a screenshot of what you see so we can investigate on how come there can be a discrepancy? thank you in advance. On Monday, July 13, 2015 at 10:

[google-appengine] Re: Batch Query App engine datastore with AND expression

2015-07-13 Thread Marcus Masekowsky
Hi, thanks for your reply. to clarify, I have one query which retrieves the keys for Entity C1, This query is not my focus, because it onlys fetches the keys which I will later use to get the Entities from class C1. So I have a list with keys from Entity C1. C1 has an attribute date of type lon

[google-appengine] Quotas maxed, app nearly dormant. Looking for troubleshooting pointers! Thanks.

2015-07-13 Thread Tom Mitchell
Hello, I am just starting work on an application and I am getting strange quota #'s (my application has not been shut down yet though). I am not sure how to best represent the information for feedback here but I will try. 1. My application does not serve any advertised or public web pages, tho

[google-appengine] Abnormal frontend charges

2015-07-13 Thread Andrea Cimino
Today my app s~zonzofox-production is going to be billed for more than 90 frontend instance hours, but there is definitely an issue. The load is ok, normal traffic as usual. Looking at the dashboard charts we have been using just 1 instance. Since we are going to exceed the billing limit could y

[google-appengine] Re: Abnormal frontend charges

2015-07-13 Thread pdknsk
It could be this bug. As I re-read my bug report, I notice it may be a bit difficult to parse on first read. (I deleted the app.) https://code.google.com/p/googleappengine/issues/detail?id=10077 -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Re: Quotas maxed, app nearly dormant. Looking for troubleshooting pointers! Thanks.

2015-07-13 Thread pdknsk
If the app is not actually having quota denials, I wouldn't worry about it. Probably just a glitch in the dashboard. The true authoritative quota numbers will be in the usage report for today, posted tomorrow. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Abnormal frontend charges

2015-07-13 Thread Aravindan Rs
Hi, I'm facing similar Issue today. My frontend instance hour has short up to 167 Hours in 18 hours of the day. Usually this is under 50 hours. The load on the system has been quite much similar to last week (in fact a little lesser). I see similar increase in DB read operations (5.6 Million re

Re: [google-appengine] Re: error 204 in Google App Engine that I can't get rid of

2015-07-13 Thread dd
No, we do not use Page Speed Service. 2015年7月13日月曜日 20時29分55秒 UTC+9 Satyanarayana Govindachandra: > > i just want to see , do you use Page Speed Service from

Re: [google-appengine] Re: error 204 in Google App Engine that I can't get rid of

2015-07-13 Thread dd
Hi According to graph below, 1% - 3% of total requests. best 2015年7月13日月曜日 23時39分32秒 UTC+9 Patrice (Cloud Platform Support): > > Hi, > > How small is the percentage of r

[google-appengine] Database pricing questions

2015-07-13 Thread Keith Chima
I am building a small news aggregator app (java/angularjs) with a DB. It relies on storing the contents of a group of RSS feeds in the DB for historical search/sort/comments, and needs to stay up-to-date for breaking news. To stay up to date, the database will need to run at least one DB "put"

[google-appengine] Pricing for a AngularJS front-end / Java backend app?

2015-07-13 Thread Keith Chima
1) If I wanted to host an app like this, would I need to pay .05*24*30 * 2 (instances) = $76 minimum per month for this, or are there key elements that might fall under the free option? TBH it's a bit difficult for me to understand. 2) Do I need to do anything special to enable the Google App E

Re: [google-appengine] Re: error 204 in Google App Engine that I can't get rid of

2015-07-13 Thread dd
It seems that the 204 error is fixed upon analyzing/fixing the changes made at the time the 204 error was occurring. The cause was the kind of code as below executed in the application's entry point. function setEnv($key, $val){putenv("$key=$val");$_ENV[$key] = $val; $_SERVER[$key]