Django-celery provides Celery integration for Django.
I'm trying to setup celery and django, but the celery_taskmeta table is not being created. I've followed numerous (Recent) …
django celery django-celeryI am running a python method that parses a lot of data. Since it is time intensive, I would like …
python celery django-celery python-multithreadingSome of the tasks in my code were taking longer and longer to execute. Upon inspection I noticed that although …
concurrency celery django-celeryI have some questions regarding running djcelery. When I run python manage.py celeryd --setting=settings The workers seem to …
django django-celeryI setted up celeryd and celerybeat as daemons, and they worked until not too long. But since some time, it …
django django-celery daemonsHere's my setup: django 1.3 celery 2.2.6 django-celery 2.2.4 djkombu 0.9.2 In my settings.py file I have BROKER_BACKEND = "djkombu.transport.DatabaseTransport" i.…
django message-queue celery django-celeryI need to find how to specify a kind of initial celery task, that will start all other tasks in …
python django celery django-celery