[google-appengine] Re: Suddenly very slow performance

2021-02-17 Thread 'methkal' via Google App Engine
Hi, Troubleshooting steps would be: - check the logs for any errors - monitor the traffic at the time of the issue - try with different scalling set up[1] - enable tracing[2] to see exactly what is causing the latency If nothing helped, I suggest that contact GCP support by creating a new suppor

Re: [google-appengine] login: admin in python37

2021-01-29 Thread 'methkal' via Google App Engine
Hi Joshua, I will state for you few options here: 1- extract all admin functionality to another app engine service and put IAP in front of it (That's what would I do personaly as it's the most secure and easy one) 2- Create some old fashion login form and test the email and password against som

Re: [google-appengine] Re: Deploy app into two environments: Staging and Production.

2021-01-12 Thread 'methkal' via Google App Engine
Hello, In general, when you run `gcloud app deploy`, your app source code will be uploaded to a storage bucket then a docker image will be built for your app. After that, this image will be used to deploy containers of your app on App Engine servers. On Monday, January 11, 2021 at 2:47:07 PM U

[google-appengine] Re: Question on Flex restriction

2020-11-03 Thread 'methkal' via Google App Engine
*Hi Jerry,No, App Engine Flex doesn't support the use of App Engine standard libraries. so you need to change a few places in your code to adapt your app for App Engine Flex. Please, refer to this full guide of migration[1][1]https://cloud.google.com/appengine/docs/flexible/java/migrating*

[google-appengine] Re: Something changed in App Engine settings for customer domain and SSL certificate?

2020-06-29 Thread 'methkal' via Google App Engine
> > Hi, > - Can you make sure what kind of permissions do you have? the message that you provide it means that indeed you cannot make that change because of lack of permissions. Otherwise you would be able to easily follow the instructions here: https://cloud.google.com/appengine/docs/standard/

[google-appengine] Re: Cant deploy app

2020-04-09 Thread 'methkal' via Google App Engine
here are the steps that you need to follow: - download the application files from here . - unzip the file and "cd" into the "coursebuilder" directory where you can see all application files(check if you are in the right direct

[google-appengine] Re: Flex pricing on RAM

2020-03-16 Thread 'methkal' via Google App Engine
You can indeed use this Graph of memory utilization in terms of billing however you will *an approximate sense* of that billing because information there is *aggregated* and *not an exact* like in the case of “top” command. -- You received this message because you are subscribed to the Google G

[google-appengine] Re: Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-16 Thread 'methkal' via Google App Engine
*instane_tag* can be anything of your choice. you can use for example "aef-instance". this tag is assigned to each instance of the service upon its creation. The network *name *has to be the short name not the resource path (for example, *mynetwork* rather than *https://www.googleapis.com/comp