Re: [google-appengine] Re: Best way to handle long running tasks

2020-01-09 Thread 'Olu' via Google App Engine
the Default Timeouts that apply with Cloud Tasks actually depends on the scaling type of the service. As explained in this documentation[1-- even though the documentation points to App Engine tasks, the same applies with Cloud Tasks], 10 minutes default timeout applies for Automatic scaling

Re: [google-appengine] Re: Best way to handle long running tasks

2020-01-09 Thread Konrad Garus
I believe Cloud Tasks have a 10-minute timeout, correct? If you need something longer, with Cloud Tasks you have to go for manual scaling - and give up on the fully managed, "just works" solution. śr., 8 sty 2020 o 21:45 'David (Cloud Platform Support)' via Google App Engine napisał(a): > When

[google-appengine] Re: Best way to handle long running tasks

2020-01-08 Thread 'David (Cloud Platform Support)' via Google App Engine
When using AppEngine, it is better to use Cloud Tasks at the moment of performing long-running requests. As you mentioned, you could also use Compute Engine and there could be ways to integrate PubSub but if you are already in App Engine