Re: [google-appengine] Question about dispatch & backends

2020-12-13 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Even though your frontend uses automatic scaling, the work is being done on the B8 instance that is responsible for running your API service. Based on the screenshot that you attached, the B8 instance has to return in 24 hours. This is due to the fact that the B8 instance is only capable of

[google-appengine] Re: recover vm deleted by accident

2020-11-14 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi! This is an irreversible process. There’s no way to restore a VM or PD without a Snapshot. Snapshot creation is customer's responsibility and is easily configurable for automated snapshot creation for VMs. [3] As per our public documentation “Deleting a disk removes its data permanently

[google-appengine] Re: What is the exact location of europe-west of App Engine

2020-11-08 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
In terms of GAE, the “europe-west” region refers to Belgium. In this case, “europe-west” == “europe-west1”.[1] In terms of Datastore, “europe-west” refers to location next to the associated selection unless it’s the “eur3” Multi-region which refers to “europe-west1” and “europe-west4”, which

[google-appengine] Re: issue

2020-10-31 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
The reported issue occurs when the Compute Engine API isn’t enabled. Can you please enable the Compute Engine API by going to: Google Cloud Console -> API Manager -> Google Compute Engine API If this does not resolve your issue, you can reply and we’ll be happy to help. On Friday, October 30,

[google-appengine] Re: Backend

2020-10-12 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi, It seems as though you want to use GCP for your application. Based on your description, you can use GAE(php runtime) for your front and backend and Cloud SQL for your PostgreSQL database. Both of these products are

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-09-27 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
In order to delete your App Engine service, you can either: > navigate to the App Engine Dashboard, select the service, and click delete in the top bar > run the following gcloud command: “gcloud app services delete [SERVICE_NAME]

Re: [google-appengine] Can we create a billing account without turning on the free $300/90 days credit?

2020-09-18 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Thank you for sharing your findings. This will certainly help any other users who have a similar question. On Friday, September 18, 2020 at 12:14:17 PM UTC-4 NP wrote: > Thanks for the response. > > I took a look at the SO question and it's not exactly the same thing. > > Also as an FYI for

[google-appengine] Re: How to cut my GCP Load Balancer costs

2020-08-28 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
What you wish to do is not yet possible but there is an open Feature request for this, which is internally active. I suggest that you “+1” yourself on that so that you can be kept up to date on any new developments that arise. Please note that as it

[google-appengine] Re: Issues with App Engine migration from the legacy SDK (appcfg) to Cloud SDK

2020-08-28 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
As listed on the “Migrating to the Cloud SDK-based Gradle plugin ” document, Android Studio is not supported. In order to run and deploy your applications, you need to directly invoke Gradle. Can

[google-appengine] Re: GAE not updating my settings.py file on production env

2020-08-01 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
More details are needed in this case. What is this file? App configuration or rather a part of the serving code. Have you attempted to use a different browser, incognito or clearing the cache and cookies to validate that the issue is not due to your browser's cache settings? Does the app work

[google-appengine] Re: Migrating from Go on GAE to Go on GAE using Google App Engine Go library...

2020-07-03 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Thanks for reaching out! It seems as though you have resolved your question, and that’s great! The fact that you came back and posted your solution is great. This will allow others who face the same issue to be able to resolve their issue. Regarding your query about Memcache, it is not

[google-appengine] Re: Can't authenticate Tag Manager API through OAuth in Django when deployed on Google App Engine

2020-06-12 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Thanks for reaching out. I suggest that you consider looking into the Tag Manager documentation as that is outside the scope of App Engine. Even though you suggest that posts on Stack Overflow are no longer relevant, you are always allowed to create a

[google-appengine] Re: Code speedup with Cython even when included in custom runtime, not happening

2020-06-12 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Thanks for reaching out. When Cython is slower, it can probably be pointed to type conversions. Here's a Stack Overflow post with a code speed test between Python and Cython. These types of questions are best suited for Stack Overflow. Google

[google-appengine] Re: Privacy

2020-05-25 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hello Hassan, Thanks for reaching out. You pose a great question, but this is outside the scope of Google Groups as this pertains to the interpretation of the GCP’s legal documentation and as such, it would be best for you to contact Google’s Legal Department at “legal-noti...@google.com” as

[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-07 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi Ronald, That is great. Creating the issue will allow you to get in touch with the right people in the right place. I see someone has already replied to your request. For further reference, Google Groups are best suited for general product discussion, product information or other general

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-28 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi Henry, The Quota of 10,000 files is an App Engine deployment quota. This information is publicly available on our App Engine documentation regarding Quotas[1]. This quota enforces a maximum of 10,000 files per day. As an alternative to uploading files when deploying App Engine

[google-appengine] Re: connect from a node server in app engine to mysql in another project

2020-03-16 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi Emanuel, Getting errors are frustrating and I too would be confused if I didn't fully understand why I was getting the error. May I suggest you report this issue here and someone will be more than happy to assist you. I