Re: [google-appengine] Cloud Tasks using Golang.

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find "A Go Task Queue Example" here . -- 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,

Re: [google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread NP
Someone wrote a wrapper for the cloud datastore API - https://github.com/Bogdanp/anom-py. I haven't used it myself so can't comment. On Wednesday, January 9, 2019 at 12:31:46 PM UTC-8, Blaine Garrett wrote: > > I asked this in a different thread, but I wonder if anyone has tried to > port the

[google-appengine] Re: calling external web services from my NODEJS GAE APP

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
502 errors are generated when there was difficulty reaching a service, in your case this is likely caused by the outbound calls failing. Currently, there is no implementation of urlfetch for Node.js so you would have to use the standard HTTP library or other

[google-appengine] Re: Appengine docker git repository abandoned?

2019-01-09 Thread davidcharles via Google App Engine
Hello Anton, Github issues regarding these images may not be monitored that frequent anymore. However, I can assure you these images are being maintained. For better assistance, please report any issues regarding these images using the Google Issue Tracker

Re: [google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread Blaine Garrett
I asked this in a different thread, but I wonder if anyone has tried to port the ndb package as a standalone python 3 package. Thus far, in my experiments, once I got the datastore emulator running locally, converting the consumption of the datastore apis from ndb to native objects has been the

[google-appengine] Re: Error while deploying swift application

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Matt, What directory are you in, when you run the "gcloud app deploy" command? You are expected to be in the top-level directory, where the app.yaml configuration file is present. You seem to lack a directory, by reference to: TopLevelDirectory |- Package.swift |- Sources

[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-09 Thread Craig Saville
Hi George thanks for the reply. The gcloud app deploy command that I run locally is: gcloud app deploy app.yaml --project=xxx --verbosity=debug This runs fine and successfully deploys my app to Google App Engine, it only fails when I try to run the gcloud app deploy command from within Cloud

Re: [google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread 'Rahul Ravindran' via Google App Engine
Google has a policy of a one year deprecation policy for any GA runtime. Given that nothing has been announced yet, please know that your application will continue running for at least a year and that will be the *minimum *period for you to need to do anything. I apologize on being very brief

Re: [google-appengine] Cloud Tasks using Golang.

2019-01-09 Thread thstart
Based only on this info with no real examples? There are examp in Python, etc. Not for Golang. On Wednesday, January 9, 2019 at 9:08:34 AM UTC-8, Les Vogel wrote: > > https://godoc.org/cloud.google.com/go/cloudtasks/apiv2beta2 > > On Tue, Jan 8, 2019 at 4:03 PM thstart > > wrote: > >> I would

Re: [google-appengine] Cloud Tasks using Golang.

2019-01-09 Thread 'Les Vogel' via Google App Engine
https://godoc.org/cloud.google.com/go/cloudtasks/apiv2beta2 On Tue, Jan 8, 2019 at 4:03 PM thstart wrote: > I would like to implement Cloud Tasks using Golang. > > Are there more information how to do that? > > -- > You received this message because you are subscribed to the Google Groups >

[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Craig, How did you run the gcloud app deploy command? You have provided the output of the command, but not the command itself. You should edit out any sensitive information, such as project ID. Have you generated an app.yaml file in preparation? You may refer to the "Deploying to App

[google-appengine] Re: Google App Engine

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siva, You seem to refer to the "Get API Key" documentation page , or another App Engine documentation page. What is the use of referring to documentation without describing the problem you are faced with? Your link

[google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread bFlood
its not the incompatibility of python (language/runtime), its missing services with regard to GAE Standard 2.7 and GAE Standard 3.0. (memcache, NDB, Search, Images, Users, webapp2, etc). Are these going to be duplicated in GAE3? and if so, will existing data and model definitions in the 2.7

[google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
You are perfectly right, NP. Python 3 is made incompatible with 2, and Python 3 does not support quite a few features, and will require effort to re-program your app in an alternative manner. I was simply saying that often the effort is not enormous, and becomes worthwhile on the longer term.

[google-appengine] Task Queue quota is not refreshing by last 2 days. What can i do with that?

2019-01-09 Thread Analyse That
Since Jan 07 my Task Queue daily quota is not refreshing and App is now working because of it full of Over Quote errors. Does anyone have such a problem? Any thoughts about how to solve? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Re: Custom domains missing

2019-01-09 Thread Srinivasu Kota
On Tue, Jan 8, 2019 at 10:29 AM 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > You should have either the "roles/owner > " > or "roles/appengine.appAdmin >

[google-appengine] Server Timeout whilst trying to add a Custom Domain to App Engine

2019-01-09 Thread Bradley J. Gibby
Hi all, I've been trying to add a custom domain to my App Engine project and I have been getting the following error for the last 24 hours. Anyone know what's going on with the Custom Domain's for App Engine? -- You received this message because you are subscribed to the Google Groups

[google-appengine] How to refresh quota and reload data after the errors investigating?

2019-01-09 Thread Analyse That
I had a few incidents for the last two days with Google Cloud Composer. The Google Engineering Team fixed it but my Task Queue receives Over Quote Errors. Did anybody solve such a problem? If yes - maybe you know in which way I can reload the data that I'm missing now? Any help is

[google-appengine] Google App Engine

2019-01-09 Thread Siva Sundari
Open the *Google* API Console Credentials page. From the project drop-down, select your project. Select *Create* credentials and choose OAuth client ID. Under*Application* type, select Web *application*, enter a Name and set the Restrictions (optional), then click *Create*

[google-appengine] gcloud crashes when run within Cloud Build

2019-01-09 Thread Craig Saville
gcloud app deploy works fine locally but fails when it runs using gcr.io/cloud-builders/gcloud with the following error: Do you want to continue (Y/n)? DEBUG: No bucket specified, retrieving default bucket. DEBUG: Using bucket [gs://staging.welovesailing-117.appspot.com]. Beginning deployment