[google-appengine] Re: Doesn't the App Engine free tier include southamerica-east1?

2020-04-07 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hello Diego, The App Engine free tier usage is covered in[1], as you can see it covers 28 frontend hours and 9 backend instance hours per day as well as other services, however this only applies on App Engine Standard. The instance hours begin when an instance starts and ends depending on

[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

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

2020-04-07 Thread K. Ripping
Hi Shai, As a workaround for the timeout issue, you can use following fix in your terminal: *gcloud config set app/cloud_build_timeout [ENTER SECONDS]* eg. i've set the timeout to 1200s, which should be enough. This doesn't however solve the fact that the server that is building the app is

[google-appengine] Apache Ignite with GCP App Engine

2020-04-07 Thread Lovell Mathews
Hello, Has anyone used Apache Ignite as as in memory db for you application in GCP app engine? Cheers, Lovell -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email

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

2020-04-07 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, I’m seeing this excessive time now with Pub/Sub and Cloud Task libraries. You can follow this IssueTracker that I have created to raise awareness with the App Engine Flex engineering team. You can also report this yourself from an user

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

2020-04-07 Thread Shai Ben-Tovim
Hi David, It seems the problem is that the GAE Cloud Build process timesout and hence the Error Response: [4] DEADLINE_EXCEEDED. One of the python google-cloud packages (probably pubsub) is trying to pull this package: grpcio. The problem is that the grpcio package was updated a few days ago

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

2020-04-07 Thread Shai Ben Tovim
Having the exact same issue starting today: code that deployed several times to GAE python-flex (same code same python dependencies) fails deploying due to same errors mentioned above by K. Ripping: Failure status: UNKNOWN: Error Response: [4] DEADLINE_EXCEEDED I can also see this error on

[google-appengine] Re: Minimize Frontend Instance Hours

2020-04-07 Thread Alexander Kislitsky
Hi Matt Your configuration should limit the instance number, but if you are often deploy an application you can get out of free hour limit. https://cloud.google.com/appengine/quotas?hl=en_US#Instances: "Basic or automatic scaling: accrual ends fifteen minutes after an instance finishes

[google-appengine] Doesn't the App Engine free tier include southamerica-east1?

2020-04-07 Thread Diego C.
Hello, I had an App Engine service running on us-east1 for months. It was always within the free tier, so I was never charged anything. A couple of days ago, I shut down that project, created a new project, and started an App Engine service on southamerica-east1. Just a testing app, very

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

2020-04-07 Thread 'David (Cloud Platform Support)' via Google App Engine
“google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible” and “You are using pip version 10.0.1, however version 20.0.2 is available” are warning messages that show up as the version for these libraries are updated gradually and might not

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

2020-04-07 Thread Ronald Bergmann
Thanks, opened an issue (hopefully in the correct section): 153412854 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

2020-04-07 Thread 'Vivak Patel' via Google App Engine
Judging from the error, there seems to be an issue with the debugger agents registering with the Controller to identify the application being debugged, the Debuggee. From the screenshots or error itself, it’s difficult to understand why this must be happening. It could be an issue with the