What correl开发者_开发问答ation is there between datastore and task queue downtime? (I\'d like to use the task queue to defer some operations in the case of datastore downtime.)The Task Queue should
I just watched Batch data processing with App Engine session of Google I/O 2010, read some parts of MapReduce article from Google Research and now I am thinking to use MapReduce on Google App Engine t
I\'m planning on using GAE\'s TaskQueue API to refresh my cache of HTML pages, which I save in the Datastore (and memcache, but Datastore is more reliable).
From Task Queue Py开发者_如何学运维thon API Overview: If your task\'s execution nears the 30 second limit, App Engine will raise an
I am looking for a WorkQueue API offering the following f开发者_StackOverflow中文版eatures: java.util.Queue compatible
Short question: I would like to spawn a single background thread that would process work items submitted to a queue (like a threadpool with one thread). Some of the work items are capable of reportin
I\'m working on a GAE app that will take a comma separated list and create a batch job out of it. I want to add one task to the t开发者_运维技巧ask queue from any one batch job at a given time. The pr
I am running thousands of tasks per hour in Google App Engine and around .1% of them are failing even after multiple retries. Ideally, I want them to stop trying and exit. However, due to app engine\'
I need to run 2 tasks around 2 minutes apart but need to insert them both at the same time into the queue. how do i do this?
On my local dev environment, when an App Engine task that had been added to the the task queue hits an error, it is retried until successful. However, in the production environment, it\'s not. What I