Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-12-03 Thread wesley chun
Thanks for the feedback... I see you're referring to the NOTE sidebar here , correct? Is your request to have a similar note placed on the Cloud Console page to disable their App Engine apps

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread Micah Thomas
On Monday, November 30, 2020 at 3:04:05 PM UTC-7 Micah Thomas wrote: > Wesley, > > Our application uses HTTP handlers that are running in kubernetes on the > same project, we don't use any appengine targets. > The issue is that even w/o any handlers running in appengine, if I disable > the

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread Micah Thomas
Wesley, Our application uses HTTP handlers that are running in kubernetes on the same project, we don't use any appengine targets. The issue is that even w/o any handlers running in appengine, if I disable the appengine project, cloud tasks stop working. I now see that the official docs page

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread wesley chun
There are 2 different types of (push) tasks that Cloud Tasks can handle, and it depends on *where* the tasks are handled. These are called "targets," and you can have App Engine targets, meaning the tasks run on and are handled by App Engine, or generic HTTP targets, meaning the tasks are hosted

[google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-21 Thread Micah Thomas
Thanks for pointing that out. I didn't get that impression from anywhere else, and it was confusing that cloud tasks have it's own page in google cloud if it depends on appengine. Anyway, I'll probably look into another system, and just keep the appengine app running till I migrate our queues

[google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-20 Thread 'jstsetinin' via Google App Engine
Hello, Thak you for your question. According to our documentation "You must have an enabled App Engine application in your project to run your queue." [1] It is not possible to make it work without Appengine. [1] https://cloud.google.com/tasks/docs/quickstart-appengine On Friday, 20 November