Top "Django-celery" questions

Django-celery provides Celery integration for Django.

celery task clean-up with DB backend

I'm trying to understand how and when tasks are cleaned up in celery. From looking at the task docs I …

celery django-celery
Stopping Supervisor doesn't stop Celery workers

How do I ensure sub-processes are stopped when I stop Supervisord? I'm using Supervisord to run two Celery workers. The …

python django-celery supervisord
celery beat doesn't work properly

when i run this command for celery beat. [2013-06-27 02:17:05,936: INFO/MainProcess] Celerybeat: Starting... [2013-06-27 02:17:05,937: INFO/MainProcess] Writing entries... [2013…

celery django-celery celerybeat
Where do you set the task_id of a celery task?

I am having trouble finding any example of setting a task_id with my own task_id something along these …

python django-celery celery-task
Django and Celery - re-loading code into Celery after a change

If I make a change to tasks.py while celery is running, is there a mechanism by which it can …

django celery django-celery
Retry Lost or Failed Tasks (Celery, Django and RabbitMQ)

Is there a way to determine if any task is lost and retry it? I think that the reason for …

rabbitmq celery django-celery
How to write an Ubuntu Upstart job for Celery (django-celery) in a virtualenv

I really enjoy using upstart. I currently have upstart jobs to run different gunicorn instances in a number of virtualenvs. …

django ubuntu celery django-celery upstart
Cannot start Celery Worker (Kombu.asynchronous.timer)

I followed the first steps with Celery (Django) and trying to run a heavy process in the background. I have …

python python-3.x celery django-celery celery-task
Celery stop execution of a chain

I have a check_orders task that's executed periodically. It makes a group of tasks so that I can time …

python celery django-celery celery-task celerybeat
celeryev Queue in RabbitMQ Becomes Very Large

I am using celery on rabbitmq. I have been sending thousands of messages to the queue and they are being …

rabbitmq celery django-celery