A queue went into disabled mode on dashboard, the tasks added to that 开发者_StackOverflow中文版queue are not being executed.
Nearly synchronous works, too; basically, I want to delegate the data access and processing behind a web app to a task queue for most jobs. What\'s the fastest latency that I can consider reasonable f
I have the need to create a queue-based system where multiple threads will add acti开发者_StackOverflowons to be processed by the queue.
Why Google App Engine Tasks can be executed more than once? According do Brett Slatkin talk from Google I/O 2009, it is possible for a task to spuriously run twice even开发者_运维百科 without server f
I can use a task queue to change the database value, but how can I get the return value like Ajax using task queue?
I\'m using GAE and task queue. In queue.yaml file, I keep default setting: 5/s. 1 month ago I thought it\'s enough but now there are about 40-50 tasks in one queue so my application runs too slow.
I know you can view the currently queued and running tasks in the Dashboard or development server console. However, is there any way to get that list programmatically? The docs only describe how to ad
I have task queue that adds task to second queue, while second queue is paused. Is it possible to 开发者_运维知识库add task to task-queue which is paused? Yes.You can add tasks to a paused queue.
I am using celery for distributed task processing. I wa开发者_C百科nted to deploy my work on a web-host, just to show the working of my project.
I am using a task (queueing-task) to queue multiple others tasks — fanout. When I try to use Queue.add with task argument being a list of Task instances with more than 5 element\'s and in transaction