8/20/14 When to Use Google App Engine Task Queue? You should use task queue when you try to do something taking time such as storing or updating bunch of data to datastore. In Google App Engine, a http request which isn't returned by timeout should be simply failed. The timeout is configured on Google App Engine is 60 seconds. So in order to response back to the client quickly, you should use Task Queue for tasks which takes long time. Push Tasks to Task Queue What frustrates me is the document only explains how to create a task with parameters,
Read full article from Duke Software: Google App Engine Task Queue - Using DeferredTask
No comments:
Post a Comment