[google-appengine] Re: Error creating Queue: googleapi: Error 400: Location 'us-west1' is not a valid location

2020-03-05 Thread 'ajorda' via Google App Engine
Hello Vijay, Taking a look at the Cloud Tasks overview [1] you will see that Cloud Tasks requires an App Engine app to be able to host the queues. If you take a look at the currently available regions for GAE [2], you will see that the region `us-west1` is not listed, therefore, you cannot

[google-appengine] Re: on-premise to GCloud compute engine VPN using on-premise range IP

2020-03-05 Thread Gabriel Aberasturi
Hi Ahmad, I have asked in stackoverflow too. I'm going to check your suggestions. Thank you very much for your response. Regards, El miércoles, 4 de marzo de 2020, 22:54:01 (UTC+1), Ahmad Elias Hamanudin escribió: > > Have you tried pinging your on-prem from the GCE VM instance? This co

[google-appengine] Re: Cloud Datastore Emulator support?

2020-03-05 Thread Ryan B
hi again, jon! silly question, but are you also overriding tearDown() and calling self.ndb_context.__exit__(None, None, None) there? if not, i wonder if all of the previous tests' contexts are holding onto open connections to the datastore emulator and exhausting a connection pool somewhere. see

[google-appengine] Re: Cloud Datastore Emulator support?

2020-03-05 Thread Jon Grover
Not a silly question at all! Yes, I'm exiting the context. My base test code looks like this: import requests import unittest import webapp2 from google.cloud import ndb from test._testhelper import TestHelper NDB_CLIENT = ndb.Client(project='tilegames2') NDB_CLIENT.host = 'localhost:8089' NDB

[google-appengine] Re: Error creating Queue: googleapi: Error 400: Location 'us-west1' is not a valid location

2020-03-05 Thread Vijay Chinthala
Hi ajorda, Thank you for your response, and creating a feature request, will follow on https://issuetracker.google.com/150847681 -Thanks Vijay Chinthala On Thursday, March 5, 2020 at 5:43:05 AM UTC-8, ajorda wrote: > > Hello Vijay, > > > > Taking a look at the Cloud Tasks overview [1] you wil