I am using task queue for certain data updation in GAE. My queue.xml file look like below <queue>
In the video/PDF from \"Data pipelines with Google App Engine\" Brett puts \"now / 30\" i开发者_StackOverflownto the task name noting that he will explain the reason later, but somehow he never does.
I have created a new task queue and defined it in queue.yaml I am not sure how to start adding tasks to this queue?
I was playing with Goole App Engine Task Queue API to learn how to use it. But I couldn\'t make it trigger locally. My application is working like a charm when I upload to Google servers. But it doesn
Are dashes(-) or any other special characters all开发者_如何学Pythonowed in task names in task queues?Yes, you can use dashes.You can also have letters (any case) or numbers.The name must be between 1
I can\'t figure out how to point unit tests at the queue config file. Unit Test snippet // TaskQueue setup
The latency for a datastore put is about 150ms - http://code.g开发者_StackOverflow中文版oogle.com/status/appengine/detail/datastore/2010/03/11#ae-trust-detail-datastore-put-latency.
I\'m trying to use compressed data with my Tasks in the Task Queue like so: t = taskqueue.Task(url=\'/tasks/queue\',
I need to track data from another website. Since it\'s spread over 60+ pages, I intend to use a daily cron job to add a task to the queue. This task then should take care of one page and depending on
I\'m looking at Google App Engine\'s new task queue API for Java and I\'m having a hard t开发者_Go百科ime relating that to my GWT application. If I wanted to use a task queue to do some asynchronous p