Django-celery provides Celery integration for Django.
I'm trying to understand how and when tasks are cleaned up in celery. From looking at the task docs I …
celery django-celeryHow do I ensure sub-processes are stopped when I stop Supervisord? I'm using Supervisord to run two Celery workers. The …
python django-celery supervisordwhen 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 celerybeatI am having trouble finding any example of setting a task_id with my own task_id something along these …
python django-celery celery-taskIf I make a change to tasks.py while celery is running, is there a mechanism by which it can …
django celery django-celeryIs there a way to determine if any task is lost and retry it? I think that the reason for …
rabbitmq celery django-celeryI really enjoy using upstart. I currently have upstart jobs to run different gunicorn instances in a number of virtualenvs. …
django ubuntu celery django-celery upstartI 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-taskI 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 celerybeatI am using celery on rabbitmq. I have been sending thousands of messages to the queue and they are being …
rabbitmq celery django-celery