I\'m getting HardTimeLimit exception for my tasks. After log examination i found - 开发者_如何学Go
Seeing as java is so mature, I\'m hoping someone can tell me if java has something similar to http://开发者_Go百科celeryproject.org/
I would like to use celery w/ rabbitmq as a fault tolerant scheduler in a distributed environment. By fault tolerant, i mean that if a task is 开发者_运维百科given to a worker and that worker goes dow
I have a django application that calls an asynchronous task on a queryset (using celery). The task takes the queryset and performs a whole bunch of operations that could potentially take a very long t
I store the task_id from an celery.result.AsyncResult in a database and relate it to the item that the task affects. This allows me to perform a query to retrieve all the task_ids of tasks that relate
How ca开发者_JAVA技巧n I retrieve a list of tasks in a queue that are yet to be processed?EDIT: See other answers for getting a list of tasks in the queue.
I have been happily running celery+rabbitmq+django for a month or so in production. Yesterday, I decided to upgrade from celery 2.1.4 to 2.2.4 and 开发者_运维知识库now rabbitmq is spinning out of cont
I\'ve setup Celery with Django ORM as back-end. Trying to monitor what\'s going on behind the scene. I\'ve started celeryd with -E flag
I am working on a product, that requires crawling APIs and computing and returning results. I am currently using Djangoas product. I had a detailed look at Documentation of Celery and RabbitMQ and que
I\'m trying to install celery with django and I\'m get the following error: from celery.task import sets