[google-appengine] Re: The price of Google Channel API

2015-09-01 Thread Nick (Cloud Platform Support)
Hi F. L. Lee, I understand your question now. I've investigated the docs page in question and it appears that you're correct that there's no mention of the actual pricing. I believe this may be a case of the docs needing an update and we're working on getting it fixed already. There are many

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2015-09-01 Thread Nick (Cloud Platform Support)
Hi Thomas, As this thread is quite old, it might be worth starting a new one which addresses any specific performance concerns you've noticed, along with data to demonstrate it. As Dan had said almost a year ago, improvements were in the works, and it's not certain that the same advice applies

[google-appengine] Re: Problems with SSL on a custom domain

2015-09-01 Thread Jon Travers
Sorry, in point 2 of my explanation above I should have said the "ClientHello" message, not "ServerHello". On Tuesday, 1 September 2015 23:06:51 UTC+1, Jon Travers wrote: > > Hi Patrice > > I can confirm that our office broadband, where we've consistently seen > this problem, is indeed a Sky con

[google-appengine] Re: Problems with SSL on a custom domain

2015-09-01 Thread Jon Travers
Hi Patrice I can confirm that our office broadband, where we've consistently seen this problem, is indeed a Sky connection. Since I last posted, I've done some further investigation using Wireshark to capture and decode the TSL protocol traffic being sent by Safari, Chrome, and Curl. My conclus

[google-appengine] Re: Push notifications sender module eats money

2015-09-01 Thread pdknsk
Just use managed VMs with f1-micro instances at $4.49 per month. -- 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, send an email to google-appengine+unsubscr...@googlegroups.c

[google-appengine] Re: Out of space error when deploying VM

2015-09-01 Thread Patrice (Cloud Platform Support)
Hi again Matt, Thank you for being so thorough and looking into all the separate steps like that. At this point, I think this will require some backend investigation on our part to figure out where this is holding up. Do you mind posting the most basic "helloworld" example (or something equal

[google-appengine] Re: Push notifications sender module eats money

2015-09-01 Thread Kaan Soral
To add to this story, I have another app that I pay $18/daily that handles users at 100k magnitude So, mostly, only the base cost is a bit high, once you scale, things become much more acceptable On Tuesday, September 1, 2015 at 10:28:04 PM UTC+3, Kaan Soral wrote: > > I pay $15 daily for no tr

[google-appengine] Re: Push notifications sender module eats money

2015-09-01 Thread Kaan Soral
I pay $15 daily for no traffic #cloudlyfe For me the cost is to keep instances primed as otherwise the delay can reach 30 seconds for the user, which causes the app to lose it's very first users, so $15/daily it is (and some periodic tasks) $54/mo is very acceptable, I would suggest only trigge

[google-appengine] Re: AppEngine Datastore Admin fails with 500. Server Error. without Errors in Log...

2015-09-01 Thread Nick (Cloud Platform Support)
Hey Ruslan, Google Groups isn't really the best place to post such a thread, since this forum is meant for more general discussion of the platform rather than individual technical issues. I suggest posting a thread to the public issue tracker

[google-appengine] Re: Problems with SSL on a custom domain

2015-09-01 Thread Patrice (Cloud Platform Support)
Hi Hugo, Exactly what I was expecting. Whoever reports these always seem to be on Sky, which could be the problem. I don't know if you'll be able to get this since it's your users and not you directly, but if you could get a tcpdump and a print screen of the page "chrome://net-internals*" *fro

[google-appengine] Re: Problems with SSL on a custom domain

2015-09-01 Thread Hugo Visser
The latest report came from a user on Sky. He also mentioned that sometimes it works, and sometimes it doesn't. I can't verify if that's true though. I've asked both users to open a browser to my custom domain app url. I've now resorted to updating the app and setting the endpoint to the appspot

Re: [google-appengine] My basic_scaling instance hours are way too high

2015-09-01 Thread 'Alex Martelli' via Google App Engine
On Mon, Aug 31, 2015 at 4:00 PM, Dimitri Adamou < dimitri.ada...@formitize.com> wrote: > What would help is if we could input our set ups (eg basic_scaling / > automatic_scaling b/f 1/2/3/4 and have the minimum (no traffic) vs maximum > (constant traffic so always up) price ranges > > so eg > > I'

Re: [google-appengine] Re: Help in mapping my domain to google app engine I mistyped the registrar password

2015-09-01 Thread Steve Lewis
That is EXACTLY what happened On Tue, Sep 1, 2015 at 10:01 AM, pdknsk wrote: > I think the issue is as follows. He initially tried to use the automated > setup, where you login to your registrar OAuth-style, and all the necessary > changes are then made automatically. He mistyped the password, a

Re: [google-appengine] Re: Help in mapping my domain to google app engine I mistyped the registrar password

2015-09-01 Thread pdknsk
I think the issue is as follows. He initially tried to use the automated setup, where you login to your registrar OAuth-style, and all the necessary changes are then made automatically. He mistyped the password, and was not offered this automated setup again, but had to go through the manual TXT

[google-appengine] Re: Backend instances are not deployed

2015-09-01 Thread Tolga Tanrıverdi
Hi Patrice Thanks for the reply. I've tried to specify my backend as dynamic and also resident. In both case the situation didn't change somehow app engine decide by itself for when to start my backends. I'm starting my backends with connecting my backend servlet to /_ah/start web service as

[google-appengine] Re: Backend instances are not deployed

2015-09-01 Thread Patrice (Cloud Platform Support)
Hi, Looking into the java Backend documentation , this seems to be expected. If you don't specify your instance to be dynamic, it is "resident", which means it needs to be manually started. You should not use backends

[google-appengine] Re: Problems with SSL on a custom domain

2015-09-01 Thread Patrice (Cloud Platform Support)
Hi Hugo, Continuing to look into this, I realized that a lot of people who have similar issues are all using a precise ISP. Do you know the ISP that your users have? Cheers! On Saturday, August 29, 2015 at 2:37:01 PM UTC-4, Hugo Visser wrote: > > Like I mentioned previously, today I got anoth

[google-appengine] AppEngine Datastore Admin fails with 500. Server Error. without Errors in Log...

2015-09-01 Thread Ruslan Ragimov
Hello everybody! Need help! I cannot backup my database on app engine using datastore admin because I get 500 "Server Error" by opening datastore admin. Can anybody help me? The url which I can see at the moment of 500 server error is: https://ah-builtin-python-bundle-dot-bitstars-armro.appsp

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-09-01 Thread Patrice (Cloud Platform Support)
Hi again Jeff, So, looking back into the issue and your code, the only thing I can think of right now is that this may not be a BQ issue, but a URLfetch one. Are you sure your URLFetch has a proper timeout setup? This may not be simply because your timeout is too short, and sometimes the server

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

2015-09-01 Thread Ryan (Cloud Platform Support)
Salutations, You will see this error when there is a async urlfetch call (could be warped in another call) that is not done when the page is finished loading. You need to make sure any async calls are completed before finishing your load. On Monday, August 31, 2015 at 10:08:36 PM UTC-4, 한우람 wr

[google-appengine] Re: Push notifications sender module eats money

2015-09-01 Thread André Solberg
Hi, thanks for your reply. Sorry, I pasted the wrong link, the tutorial I meant was this: https://cloud.google.com/solutions/mobile/ios-push-notifications/ I have done as described in this tutorial using the pull queue "notification-delivery" for sending notifications. So basically what I can

Re: [google-appengine] Re: Naked and www custom domains with Google App Engine

2015-09-01 Thread Richard Cheesmar
Forgot to mention, the naked domain doesn't work on a phone under 3g either On Tue, Sep 1, 2015 at 10:18 AM, Richard Cheesmar wrote: > Excuse the typos1 > > On Tue, Sep 1, 2015 at 10:16 AM, Richard Cheesmar > wrote: > >> Hi, Nick, >> >> Although, I cannot be positive without access to relevant

Re: [google-appengine] Re: Naked and www custom domains with Google App Engine

2015-09-01 Thread Richard Cheesmar
Excuse the typos1 On Tue, Sep 1, 2015 at 10:16 AM, Richard Cheesmar wrote: > Hi, Nick, > > Although, I cannot be positive without access to relevant servers, I'm > afraid it is a block. I think that your Public DNS servers along with > others like OpendDNS are spoofed by Turk Telecom servers pr

Re: [google-appengine] Re: Naked and www custom domains with Google App Engine

2015-09-01 Thread Richard Cheesmar
Hi, Nick, Although, I cannot be positive without access to relevant servers, I'm afraid it is a block. I think that your Public DNS servers along with others like OpendDNS are spoofed by Turk Telecom servers pretending to be yours. Not only that, I think they have put in place IP blacklists on ce