I\'m trying to setup celery and django, but the celery_taskmeta table is not being created. I\'ve followed numerous (Recent) tutorials, added djcelery and djkombu to my installed_apps. added the \'BR
How do I add more threads (and remove threads) to the current multiprocessing pool, from within a task (i.e. celeryd was run with CELERYD_CONCURRENCY = 10 but I want to change it on-the-fly to CELERYD
I have to implement Celery in a pre-existing system. The previous version of the system already used Python standard logging.
I am trying to get Django-Celery running on my Django App. I cannot get the worker server to run. When I try I get the message: No Connection could be made because the target machine actively refused
Overview: I have an application that sometimes must make something with celery- and if it is simple task such as count something- everything is ok.
I am using Django with MongoEngine, django-celery and the MongoDB backend for celery. I am queuing one task. The task involves fetching a file from GridFS (through the MongoEngine FileField), manipula
I\'m currently working on a project using Django 1.3 with the Django-Celery app.It\'s pretty awesome, by the way, I suggest anyone who\'s not familiar with celery check it out.
I am using RabbitMQ with Celery and I have set some custom routing settings for the task. A specific type of task goes to one queue and all the other tasks goes to another queue. Now I want to verify
I\'m using django-celery using the database as both broker and results store.The events are getting processed, but the monitoring (celerycam or celeryev) is not working.
I have a task with a certain parameter, and I want to know whether there is a task with the same parameter.