[google-appengine] Re: How to resolve google app engine latency?

2020-04-06 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
As mentioned in this documentation [1], in order for the ‘min_instances’ element to function properly, the application must also handle warmup requests so you may verify that this is the case in your implementation. You can refer to this reference [2] for guidelines on how to achieve this. Sinc

[google-appengine] Re: Website down: Error Establishing Connection to Database

2020-04-06 Thread 'noverlyjoseph' via Google App Engine
Since you’ve posted it here I’ll assume you’re using WordPress with App Engine and not with Compute Engine. You could review this document[1] to see if you’ve set up your database connection properly. What you could also do is to look at the Cloud SQL logs to see if that gives you any indica

Re: [google-appengine] Re: Minimize Frontend Instance Hours

2020-04-06 Thread Giuliano Ribeiro
In my case I included only this: automatic_scaling: max_instances: 1 This will make sure I will have an entire day on free tier. On Mon, Apr 6, 2020 at 8:09 PM Vitaly Bogomolov wrote: > Hi Matt > > >> automatic_scaling: >> max_instances: 1 >> min_instances: 0 >> > > automatic_scalin

[google-appengine] Re: Using OAuth client to enable google drive api

2020-04-06 Thread 'Olu' via Google App Engine
There are a bunch of reasons why this type of error may be reported. From the screenshot shared, I see no issues with your setup trying to change return URI in your google console for OAuth2, which is why I recommend this issue is reported by contacting the GCP Support Engineers[1] or you open a

[google-appengine] Re: Minimize Frontend Instance Hours

2020-04-06 Thread Vitaly Bogomolov
Hi Matt > automatic_scaling: > max_instances: 1 > min_instances: 0 > automatic_scaling: max_idle_instances: 1 min_idle_instances: 1 WBR, Vitaly -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-06 Thread K. Ripping
Hi Dustin, Yes, attached also the requirements.txt. I've changed the timeout settings for deploying the app, which seems to solve the timeout error. Though i still get these lines: *Step #1: ?[91mYou are using pip version 10.0.1, however version 20.0.2 is available.* *Step #1: You should co

[google-appengine] Re: google cloud platform can not work

2020-04-06 Thread 'Olu' via Google App Engine
There may be a bunch of reasons why you may not be able to access the Project Dashboard on the GCP Console. Particularly, if your User account does not have the required access to the Project. I suspect this may be the case here. To better troubleshoot this issue, which may involve reviewing c

[google-appengine] Re: Obsfucate in java

2020-04-06 Thread 'George (Cloud Platform Support)' via Google App Engine
In ProGuard, class path entries can be specified using multiple-outjars options. Without any-outjars options, no jars will be written. This seems to be the case here: you might not have set these options. You may check ProGuard documentation

Re: [google-appengine] Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-06 Thread 'Dustin Ingram' via Google App Engine
Hi there, can you share your `requirements.txt` file with us as well? On Mon, Apr 6, 2020 at 10:58 AM K. Ripping wrote: > Hi All, > > Since today I am unable to deploy my Google App Engine. The strange thing > is, I've been using these same settings for months and had no issues. > > I've added t

[google-appengine] Minimize Frontend Instance Hours

2020-04-06 Thread Matt
Trying to keep my frontend instance hours below the 28 hour "free" allowance. Here's part of my app.yaml: runtime: python27 threadsafe: true api_version: 1 automatic_scaling: max_instances: 1 min_instances: 0 But I am still going over. Any advice? -- You received this message because you

[google-appengine] Obsfucate in java

2020-04-06 Thread Odata Dev
Hi, I open ProGuard UI and Added input jar and on the final stage i clicked Process! button. Process is completely successfully. Where i see the converted, obfuscated jar file? location of the obfuscated jar file? 2nd question, can i obfuscate the application jar files alone instead of obfus

[google-appengine] Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-06 Thread K. Ripping
Hi All, Since today I am unable to deploy my Google App Engine. The strange thing is, I've been using these same settings for months and had no issues. I've added the log and app.yaml. In the log, you will find warnings like: Step #1: /usr/local/lib/python2.7/dist-packages/virtualenv.py:1041:

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

2020-04-06 Thread Ronald Bergmann
Hi Thomas, here are some screens. The debugger is trying to refer to our internal git repo. The *source-context.json* (where does this come from?) also refers to our git. There ain't much more to see there, no logpoints or snapshots etc. Best, Ronald -- You received this message because you a

[google-appengine] Website down: Error Establishing Connection to Database

2020-04-06 Thread Simon Lewis
Hi there In the last few hours our website has crashed. It then returned, but has gone down again. When I connect to the FTP it's fine, and I can download the WP-Config.php file and see our DB credentials. When I uyse phpmyadmin, it states No Such file or directory. So how can that possibly be

[google-appengine] Using OAuth client to enable google drive api

2020-04-06 Thread sarbjot singh
Hey, I created an web app with express to read google sheets from my google drive. I was developing locally on localhost:3000 and google OAuth sign in works fine. But when I hosted my app on heruko and changed the authorized url and redirect url accordingly with my heruku web app url it gave m

[google-appengine] google cloud platform can not work

2020-04-06 Thread Liu Yi
hi When I registered the gcp It show that You do not have sufficient permissions to view this page SEND FEEDBACK RETRY There was an error while loading /home/dashboard?authuser=2&project=active-landing-269815

[google-appengine] Re: Restrict access to AppEngine service to CloudScheduler and Tasks

2020-04-06 Thread 'rodriguezconde' via Google App Engine
Hello, I understand you would like to know how to identify HTTP requests coming from Cloud Scheduler and Cloud Task services. Regarding your different questions, I would like to answer them in an ordered manner so it is easier to understand. > What's the best way to verify that the HTTP req