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

[google-appengine] Design Advice

2020-01-09 Thread Joshua Smith
I have a big app running on AppEngine standard, python 2.7. It’s tracking analytics info from dozens of apps in the field, and I’m thinking about adding a “real time” feature, similar to what google analytics has. A web client would show inbound hits on a map as they occur, for example. While

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: Hi, BlobstoreUploadHandler.get_uploads(field=fieldname) is not working at all

2020-01-09 Thread Sunando Samaddar
There was a missing closing tag in the template inside the upload tag like > I hope this is the right place for this question. Can somebody please help > me with this basic Blobstore file upload issue? > > snapshot from *main.py* > ``` > class HomeHandler(BaseHandler): > def get(self): >