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

2018-11-20 Thread 'Md (Google Cloud Support)' via Google App Engine
Hello, So far I understand, you are trying to add firewall at the VPC level in your project. You should be able to create that following this help center article . Therefore, can you provide us the detailed description of the error message

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

2018-11-20 Thread 'Rahul Ravindran' via Google App Engine
Hello, Your measurement of your application on your laptop does not accurately represent all the memory used. Firstly, you will need to look at the RSS memory for the process. In addition, any resources taken by the operating system, kernel are not accounted for in your measurement but is

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

2018-11-20 Thread vvv vvv
BTW this is in the Standard environment -- 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

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

2018-11-20 Thread vvv vvv
@George I understand that this mailing list is not meant to be used for architecture issues, but when my software uses around 170 MB of RAM on my laptop but gets killed by the AppEngine on the cloud because it keeps running out of memory, isn't this a potential issue with the platform? I

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

2018-11-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Is your Cron handler deployed in the Standard or Flexible Environment? You seem to use a B4 instance class. To determine whether the instance class is indeed at the origin of these errors, you may consider upgrading to a higher instance class, and see if this makes any difference, and if then

[google-appengine] Re: FYI: how to parse datastore export

2018-11-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Thank you for your attention to this matter, however you may send your feedback on any documentation via "SEND FEEDBACK" link located at top right of each page. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-20 Thread Nikos Katsikanis
Thx! The yaml runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: dist/index.html upload: dist/index.html - url: /.* static_files: dist/index.html upload: dist/index.html skip_files: - media - node_modules - public - src - tests -

[google-appengine] Discord server for GCloud / Google App Engine

2018-11-20 Thread Nikos Katsikanis
Hey guys, I made this server which could do with some more experts to come and talk about app.yaml files etc. We are finding the docs a bit too sparse. This is our Official invite link https://discord.gg/9yGuxRV -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, You should be able to manage versions and set the default one in the Developers' Console, navigating to App Engine --> Versions, where you can stop the unwanted version and start the preferred one. You may read more on the "Testing and Deploying your Application" documentation page

[google-appengine] FYI: how to parse datastore export

2018-11-20 Thread Attila-Mihaly Balazs
There is a somewhat new service to export/import datastore entities: https://cloud.google.com/datastore/docs/export-import-entities#starting_managed_export_and_import_operations (which previously could be done from the "datastore admin"). The documentation says: "The output of a managed

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-20 Thread Attila-Mihaly Balazs
Check if there are multiple versions of your app and if the new version has any traffic routed to it, or if the old version is still set to receive all the traffic. Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

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

2018-11-20 Thread Sudhanshu Gaur
I am trying to add firewall rules for my compute engine instances, that's why I went to VPC network -> Firewall rules -> Create Firewall rule. But it isn't working, please reply ASAP. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Pushed my site with deploy but old one remains

2018-11-20 Thread Nikos Katsikanis
I pushed my app with gcloud app deploy and it still remains the old one https://fluid-griffin-211109.appspot.com/ I spun up a new app and deployed there and it worked. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To