Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Alex Martelli' via Google App Engine
Just a personal input/data point -- writing not as a Googler but as a "Python guru":-) Currently writing the 3rd edition of Python in a Nutshell (in my copious personal time), I've recently finished the "serving HTTP" chapter (the book is already available in Early Release form at the O'Reilly web

[google-appengine] Re: Asynchronous Deployment With Java AppEngine SDK

2016-02-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andrew, You'll need to wait until the previous deployment completes. In most scripting languages, it would be a matter of explicitly making your calls *asynchronous* in order to even run into this 409 error. Are you perhaps using NodeJS, which is a somewhat asynchronous language often used

[google-appengine] Re: Elevated Images Service Errors

2016-02-22 Thread David Fischer
Thanks for the update, John. On Monday, February 22, 2016 at 2:19:49 PM UTC-8, John Lowry wrote: > > Hi, > > Google Cloud support here. > > Just to confirm that we did have an incident that caused elevated errors > for the get_serving_url() API call starting at 12:50 PST today. > > We have appl

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
> On Feb 22, 2016, at 4:40 PM, 'Jon Parrott' via Google App Engine > wrote: > > > if you ask me, you really should just put webapp2 into maintenance only > > mode and suggest people move on. There are no advantages over more popular > > frameworks and plenty of downsides. > > In general we w

[google-appengine] Re: Elevated Images Service Errors

2016-02-22 Thread 'John Lowry' via Google App Engine
Hi, Google Cloud support here. Just to confirm that we did have an incident that caused elevated errors for the get_serving_url() API call starting at 12:50 PST today. We have applied a fix and the error rate has been steadily decreasing since 13:25. I will post to this thread if we have any

[google-appengine] Elevated Images Service Errors

2016-02-22 Thread David Fischer
I'm seeing elevated error levels with the request to "get_serving_url" and for completely valid images and formats (PNGs and JPGs). It is not failing 100% but I'm seeing errors at a much higher rate than normal. I've had about 100 errors in the past hour and it started about an hour ago. Is any

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread Andrei Kamarouski
All is good - I don't checked availability settings for course (after making it public I can see it). :) Thx for help! On Tuesday, February 23, 2016 at 12:08:16 AM UTC+3, joshuamo wrote: > > If I access http://appid.appspot.com/, it throws me a redirect to > /sample/course?use_last_location=tr

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Jon Parrott' via Google App Engine
> if you ask me, you really should just put webapp2 into maintenance only mode and suggest people move on. There are no advantages over more popular frameworks and plenty of downsides. In general we want to align with the Python community. Whether we update our docs to point to Flask over webapp2

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
> On Feb 22, 2016, at 4:14 PM, 'Jon Parrott' via Google App Engine > wrote: > > > Is that new? Last I looked I believe NDB was not supported. If I could > > suggest it would be helpful to use more specific terminology than Datastore > > on that page. > > It's not new as far as I know - ndb a

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Jon Parrott' via Google App Engine
> Is that new? Last I looked I believe NDB was not supported. If I could suggest it would be helpful to use more specific terminology than Datastore on that page. It's not new as far as I know - ndb and db have traditionally be the way to access datastore in App Engine, so it's somewhat implied. I

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Josh Moore' via Google App Engine
If I access http://appid.appspot.com/, it throws me a redirect to /sample/course?use_last_location=true. The redirect then throws an HTTP 404. From what I can see myself, this is consistent between appspot.com address and the custom domain address. The 404 error page also appears to be a custom

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
> On Feb 22, 2016, at 3:44 PM, 'Jon Parrott' via Google App Engine > wrote: > > Are there plans to port over NDB for datastore access on managed VMs? > > There is on-going discussion about NDB for Cloud Datastore here >

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread Andrei Kamarouski
appspot is ok. custom domain not. i replaced always with optional in secure handlers records (from support article it does seem relevant choice too). does it cause errors? On Monday, February 22, 2016 at 11:45:36 PM UTC+3, joshuamo wrote: > > 404 also occurs if you go to the appspot.com URL for

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Josh Moore' via Google App Engine
404 also occurs if you go to the appspot.com URL for your app, so this would be an issue in code or app.yaml configuration. On Mon, Feb 22, 2016 at 11:47 AM, Andrei Kamarouski wrote: > Ok. Seems redirect is gone. But now I get – Unable to access requested > page. HTTP status code: 404. > > -- >

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Jon Parrott' via Google App Engine
> > Are there plans to port over NDB for datastore access on managed VMs? > There is on-going discussion about NDB for Cloud Datastore here . The tl;dr is that basically it's possible, it's planned, but its

[google-appengine] Re: will file change Or create by user lost in gae?

2016-02-22 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thank you for sharing your question here. I'm afraid I'm uncertain what you mean by your question. - Is your question about the principles and applications of stateless design? - If so, are there more specific questions or examples for which you'd like answers? - If not, could yo

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
> On Feb 22, 2016, at 1:18 PM, 'Amir Rouzrokh' via Google App Engine > wrote: > > Hi everyone, > > I’m one of App Engine’s Product Managers and we’ve just pushed out a new > iteration of our App Engine Managed VM docs located at > > https://cloud.google.com/appengine/docs/managed-vms/ >

[google-appengine] Re: Domain pointing issue

2016-02-22 Thread Andrei Kamarouski
Ok. Seems redirect is gone. But now I get – Unable to access requested page. HTTP status code: 404. -- 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

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Josh Moore' via Google App Engine
Zeehad is correct here. The curl output, for reference: $ curl -I http://courses.reframe.space HTTP/1.1 302 Found Location: https://courses.reframe.space/ Date: Mon, 22 Feb 2016 18:17:06 GMT Content-Type: text/html Server: Google Frontend Transfer-Encoding: chunked On Mon, Feb 22, 2016 at 10:09

[google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Amir Rouzrokh' via Google App Engine
Hi everyone, I’m one of App Engine’s Product Managers and we’ve just pushed out a new iteration of our App Engine Managed VM docs located at https://cloud.google.com/appengine/docs/managed-vms/ Give it a try please and send over feedback including any more developer guides you would like to s

[google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
In your app.yaml, it looks like you're auto-redirecting to HTTPS URL on different handlers using the following. secure: always Since you've mentioned, you do no need SSL at the moment; Setting the values to 'never' should make sure it doesn't redirect to HTTPs automatically. See this article

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread Andrei Kamarouski
I don't need SSL at the moment. On Monday, February 22, 2016 at 9:04:54 PM UTC+3, joshuamo wrote: > > Your second screenshot shows that no certificates have been uploaded. You > should follow the documentation starting from here: > https://cloud.google.com/appengine/docs/java/console/using-cus

[google-appengine] Re: Domain pointing issue

2016-02-22 Thread Andrei Kamarouski
That's one I have uploaded to appspot project. On Monday, February 22, 2016 at 8:52:55 PM UTC+3, Zeehad (Cloud Platform Support) wrote: > > Can you post the app.yaml showing how you're handling URLs? > -- You received this message because you are subscribed to the Google Groups "Google App En

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Josh Moore' via Google App Engine
Your second screenshot shows that no certificates have been uploaded. You should follow the documentation starting from here: https://cloud.google.com/appengine/docs/java/console/using-custom-domains-and-ssl#adding_ssl_to_your_custom_domain On Mon, Feb 22, 2016 at 9:52 AM, 'Zeehad (Cloud Platform

[google-appengine] Re: Domain pointing issue

2016-02-22 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Can you post the app.yaml showing how you're handling URLs? -- 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.com. T

[google-appengine] Asynchronous Deployment With Java AppEngine SDK

2016-02-22 Thread 'Andrew Teall' via Google App Engine
Hi, We're trying to deploy multiple modules and managed VMs using the Java AppEngine SDK. We are currently using a script with a for loop that backgrounds each call to the appcfg.sh and waiting 30 seconds between starting each deploy. However we see 409 conflicts pretty often. Is there a bette

[google-appengine] Cron job not running on HTTPS

2016-02-22 Thread Akash Patni
Hi all, I am working on django project which is deployed on Google app engine. Currently I have enabled the functionality of forced redirection over SSL on website. After enabling forced redirection of website over SSL cron jobs are getting failed. Cron jobs are running fine over HTTP. Does any