[google-appengine] what is version in (com.google.cloud.tools)

2020-05-01 Thread Skm Villa
Hello Team, What is gcloud config - com.google.cloud.tools appengine-maven-plugin 2.2.0 taxideal * * 290.0.1* what is ? from below infection - *gcloud

Re: [google-appengine] Your migration stories

2020-05-01 Thread 'Sebastien Dupere' via Google App Engine
Hi Charlie, We did not have much pain except the change in the code (like prints and str and bytes being more exclusive for example). This had nothing to do with AppEngine. ** If anything moving to the latest python made sure we were using the latest google cloud libraries and avoid more issues.

[google-appengine] Your migration stories

2020-05-01 Thread 'Charlie Engelke' via Google App Engine
Have you recently migrated from App Engine for Python 2.7 to App Engine for Python 3.7? Are you working on migrating now, or planning to soon? Or maybe you are using App Engine for Python 2.7 and aren't planning such a migration. In each of those cases, I'd like to hear how things went or are

[google-appengine] Deployment issue in gae (standard envoirement)

2020-05-01 Thread Skm Villa
HI Team, when gcloud app deploy it shows an issue: ERROR: (gcloud.app.deploy) Maven source deployment is not supported for Java8 GAE project. Error: 2020-05-01 21:00:48.610:WARN:oeja.AnnotationParser:qtp1166807841-18: com.google.common.base.Splitter$3 scanned from multiple locations:

[google-appengine] Re: Why would the same exact Firebase Function take 10x as long to run using a schedule/onRun trigger than a HTTP onRequest trigger?

2020-05-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mike, To establish the root cause of this wide difference in execution time between your 2 functions we need details such as project ID, function names, and even a sample of your function's code in view of reproductions. All this private information cannot be disclosed in a publicly

[google-appengine] Google cloud not accepting card number

2020-05-01 Thread varenyam bakshi
Hi everyone! I recently tried to login to google cloud platform to work on wordpress with my team. But when ever I try enter the debit card number it is just showing invalid card number. it does not even wait for me to enter the full card number but displays "invalid card" on entering first few

Re: [google-appengine] Frequent restart of instances - App Engine Standard PHP 7.3

2020-05-01 Thread Magnus Kåre Skjeggedal Andersen
Hi Thanks for your reply. I have tried with F2-instances too, with the same outcome, so I reduced it to F1 and 3 instances all the time. Will report it in the issue tracker now. -Magnus fredag 1. mai 2020 17.26.23 UTC+2 skrev Katayoon (Cloud Platform Support) følgende: > > Hi Magnus, > > I

Re: [google-appengine] Frequent restart of instances - App Engine Standard PHP 7.3

2020-05-01 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Magnus, I see you are using instance class F1 that may not be fit to your work load. You may look into your App Engine dashboard console (App Engine>Dashboard) and check the "CPU Utilization" and "Memory Usage" for the serving version. If you see some spikes correlating with your instance

[google-appengine] Re: Google app engine issue when deploying it

2020-05-01 Thread 'Olu' via Google App Engine
There are a number of reasons this type of error may be obtained. As the error message indicates, it seems there is a missing or insufficient permission and this may be due to a number of reasons. For example, on this Stackoverflow link[1], the issue was caused by missing App Engine default

[google-appengine] Why would the same exact Firebase Function take 10x as long to run using a schedule/onRun trigger than a HTTP onRequest trigger?

2020-05-01 Thread Mike CS
I have 2 identical Firebase functions that batch write data to Firestore. One is wrapped in a scheduled/onRun trigger, and the other is a HTTP onRequest trigger. Other than that, both functions are exactly the same, copy & pasted. They have the same amount of memory and timeout as well. When

[google-appengine] Why would the same exact Firebase Function take 10x as long to run using a schedule/onRun trigger than a HTTP onRequest trigger?

2020-05-01 Thread Mike CS
I have a 2 identical Firebase functions that batch write data to Firestore. One is wrapped in a scheduled/onRun trigger, and the other is a HTTP onRequest trigger. Other than that, both functions are exactly the same, copy & pasted. They have the same amount of memory and timeout as well.

[google-appengine] Re: migration from GAE standard to google kubernetes

2020-05-01 Thread 'Israel Zurdo' via Google App Engine
Hello, If you intend to move from GAE to GKE, you can follow the Google Cloud Documentation [1] [1] https://cloud.google.com/appengine/docs/flexible/php/run-flex-app-on-kubernetes -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To