celery
Celery - collision of task_ids
I\'m getting HardTimeLimit exception for my tasks. After log examination i found - 开发者_如何学Go[详细]
2023-02-25 09:19 分类:问答Does the java world have a task queue similar to celery?
Seeing as java is so mature, I\'m hoping someone can tell me if java has something similar to http://开发者_Go百科celeryproject.org/[详细]
2023-02-23 10:43 分类:问答Using celery as a fault tolerant scheduler
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[详细]
2023-02-22 23:16 分类:问答thread safety in django with asynchronous tasks and redis
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[详细]
2023-02-22 06:31 分类:问答Retrieve a task result object, given a `task_id` in Celery
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[详细]
2023-02-21 20:30 分类:问答Retrieve list of tasks in a queue in Celery
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.[详细]
2023-02-21 20:30 分类:问答rabbitmq+celery memory leak?
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[详细]
2023-02-20 13:44 分类:问答Django Celery: Admin interface showing zero tasks/workers
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[详细]
2023-02-19 21:07 分类:问答Using celery/RabbitMQ (queues) hitting APIs in Django Request/Response cycle
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[详细]
2023-02-19 11:04 分类:问答Installing Celery with Django
I\'m trying to install celery with django and I\'m get the following error: from celery.task import sets[详细]
2023-02-19 09:07 分类:问答