[google-appengine] Python 3.7 service killed after exceeding memory limit

2018-11-19 Thread vvv vvv
This is my cron job, when I run it locally on my intel multi-core i7 it uses less than 200 MB, however on the cloud it uses more than 500 MB and thus gets killed. It can never terminate. Is this because it only runs on one core on the cloud? What this service does is spawn a few threads and

[google-appengine] Re: Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-19 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Sudhanshu, If you are trying to create the firewall rules at the App Engine Standard Environment please follow this documentation and for the App Engine Flexible Environment follow the instructions outlined

[google-appengine] Re: crud samples python 3.7

2018-11-19 Thread 'Yasser Karout (Cloud Platform Support)' via Google App Engine
Hello, There are some examples for CRUD operations using Cloud Datastore Client Libraries in the documentation and the GitHub samples link

[google-appengine] Re: gcloud app deploy leaves files renamed with hashname in staging bucket

2018-11-19 Thread Nikos Katsikanis
OK, I REFRESHED THE PAGE, IT WORKS NOW! On Monday, November 19, 2018 at 8:29:57 PM UTC, Nikos Katsikanis wrote: > > I am following the jist of this tutorial > > > https://medium.com/@matryer/cloud-hack-how-to-get-production-ready-free-static-website-hosting-cbc2d25c5771 > > and up deploying this

[google-appengine] Re: gcloud app deploy, uploads whole root directory even though app.yaml only specifics 1 upload directory

2018-11-19 Thread Nikos Katsikanis
thanks for that! On Monday, November 19, 2018 at 7:35:22 PM UTC, Vitaly Bogomolov wrote: > > Hi, Nikos > > You can use skip_files directive to reduce number of uploaded files > > > https://cloud.google.com/appengine/docs/standard/python/config/appref#skip_files > > WBR, Vitaly > -- You

[google-appengine] Re: Dev env outputting HTML to console on error

2018-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Andy, There is no handy command to stop displaying error messages in case of error, as these messages are generally considered useful in debugging. You can scroll quickly through the Cloud Shell window with Ctrl-Shift-PageUp / Ctrl-Shift-PageDn (Windows and Linux) or Fn-Shift-Up /

[google-appengine] Re: gcloud app deploy, uploads whole root directory even though app.yaml only specifics 1 upload directory

2018-11-19 Thread Vitaly Bogomolov
Hi, Nikos You can use skip_files directive to reduce number of uploaded files https://cloud.google.com/appengine/docs/standard/python/config/appref#skip_files WBR, Vitaly -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Re: nginx client_body_buffer_size increase

2018-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jörg, This is a warning, not an actual error. It is known to Developers, but there are no definite plans to address it in the near future. If you feel this is of importance to you, and a solution will address an actual problem you are affected by, you are encouraged to open a new issue

[google-appengine] gcloud app deploy, uploads whole root directory even though app.yaml only specifics 1 upload directory

2018-11-19 Thread Nikos Katsikanis
I have the following app.yaml: runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: dist/index.html upload: dist/index.html - url: /(.*) static_files: dist/\1 upload: dist/(.*) However, I have files outside of dist are also attempted to be

[google-appengine] Re: Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-19 Thread Sudhanshu Gaur
Is there anyone ? -- 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. To post to this group, send email to