[google-appengine] Re: Alert triggered for 500 responses, but no 500 responses in logs

2022-04-25 Thread 'Osvaldo Lopez Acuña' via Google App Engine
This video can help you to avoid common alerting mistakes. You can also try this Troubleshooting log-based alerts . If alert isn’t working try this troubleshooting.

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
It would be useful if you describe what kind of call your frontend is doing. Quota limits[1] could be reached sometimes and then you get this behavior. Appengine location, network configuration, Python, and Django versions would also be helpful to narrow your issue. In many cases, elevated

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your Appengine settings the way Ernesto suggested? The issue ended on May 6 as you can check it in the shared link and Appengine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your App Engine settings the way Ernesto suggested? The issue ended on May 6, as you can see in the shared link, and App Engine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

[google-appengine] Re: Is this an attack?

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You can fill out this form [1] to report suspected abuse on Google Cloud Platform. Also, as a workaround, you can block abusive IP addresses as established here [2]: *you can use the App Engine firewall to block traffic to your app from IP addresses that present malicious intent or shield

[google-appengine] Re: Billing charges incurred on a project application that has been disabled on app engine [getting-started]

2022-06-29 Thread 'Osvaldo Lopez Acuña' via Google App Engine
If you disable an app, you should also disable billing for that app [1], as the app can still be charged for fixed billing costs, like datastore storage. While the app is disabled, requests to your app will fail. You may continue to incur charges from other Google Cloud products. For

[google-appengine] Re: Not able to delete app engine

2022-06-15 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share exactly what you have tried to delete your versions and service, what documentation you have checked, any error or log you have. If your environment is standard or flexible and also it might be helpful to share which language you are using. Finally, make sure you have the right

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-20 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Are you able to connect locally to Google Cloud Storage? Are you using a standard or flexible App Engine environment? Which PHP version are you working on? On Monday, June 20, 2022 at 10:12:07 AM UTC-5 phu...@gmail.com wrote: > Hi all. > > I'm deploying my Yii 2 PHP application in Google Cloud

[google-appengine] Re: How do I install Wordpress on App Engine?

2022-07-25 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share the steps and/or the tutorial you are following. On Monday, July 25, 2022 at 11:47:16 AM UTC-5 car...@tunnyville.com wrote: > Hello, > > I am trying to install Wordpress on App Engine but I am confused about the > steps, I need someone to help we with the details of how to do it.

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-26 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You could report this issue here[1]. You could also make sure you deleted those versions[2]. Take a look at this post[3] where it is explained how to clean up an App Engine project. [1]:https://issuetracker.google.com/issues/new?component=187191

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-06 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share if you’re using the Standard or Flex environment, in which programming language is your App (including version), what type of service account you have, any related code or settings that you have tried and the complete error and logs. Meanwhile here’s the general App Engine’s

[google-appengine] Re: authentication for google appengine java

2022-05-05 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Google offers multiple methods of authenticating your app's users in Cloud Platform applications. Each method has different purposes. Maybe this example can help you. In

[google-appengine] Re: Brief Outage?

2022-09-14 Thread 'Osvaldo Lopez Acuña' via Google App Engine
HTTP 503 is a specific indicator on GAE standard for appservers being too busy (not enough clones to serve the request). This is also known as pushback. You need to allow more clones, reduce traffic, stay under quota, or change your spending limit. On Tuesday, September 13, 2022 at 1:05:33 PM

[google-appengine] Re: Migrating App Engine php5 with google libraries

2022-08-11 Thread 'Osvaldo Lopez Acuña' via Google App Engine
You can start by taking a look at this guide (if you haven't already done it) about Migrating from PHP5.5 to 7.2. In this GCP document you will