For questions about djcelery, the django-celery pluggable app for Celery integration with Django.
I'm trying to setup djangocelery to store task results in the databse. I set: CELERY_RESULT_BACKEND = 'djcelery.backends.database.…
django celery djceleryI am using database backend in django celery. The task information is stored in a table called: celery_taskmeta in …
django celery django-celery djcelery