celery VS django-celery-results

Compare celery vs django-celery-results and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
celery django-celery-results
43 4
23,498 649
1.6% 1.5%
9.5 5.2
about 20 hours ago 18 days ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

celery

Posts with mentions or reviews of celery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.

django-celery-results

Posts with mentions or reviews of django-celery-results. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.
  • Use Celery with any Django Storage as a Result Backend
    5 projects | /r/django | 7 Feb 2023
    The Celery package provides some number of (undocumented!) result backends to store task results in different local, network, and cloud storages. The django-celery-result package adds options to use Django-specific ORM-based result storage, as well as Django-specific cache subsystem.
  • Processing input and letting user download the result
    2 projects | /r/django | 4 Jan 2023
    To keep track of task result
  • Celery filter by periodic_task_name
    1 project | /r/django | 25 Aug 2022
    The field is referenced in the docs here: https://github.com/celery/django-celery-results/blob/9b7deb464b0f3fa8c063a1cc70f9fc48829f9793/docs/includes/introduction.txt, and that appears to be accurate, but I don't have any experience with d-c-r personally so I can't really help much more. Hope you figure it out!
  • Celery-Django-Results won't post Task results from Celery
    1 project | /r/djangolearning | 18 Mar 2022
    Hello, I have been having issues with Django and sending the results of Celery workers. Celery works and produces the results and if I set the backend to the redis server, it works fine. The issue is that Django ORM is not registering the TaskResults. I have tried everything under the sun in regards to configuration and I am sure that it's not the issue. I have found this Github: https://github.com/celery/django-celery-results/issues/102

What are some alternatives?

When comparing celery and django-celery-results you can also consider the following projects:

dramatiq - A fast and reliable background task processing library for Python 3.

flower - Real-time monitor and web admin for Celery distributed task queue

Apache Kafka - Mirror of Apache Kafka

django-celery-beat - Celery Periodic Tasks backed by the Django ORM

huey - a little task queue for python

django-celery-email - A Django email backend that uses a celery task for sending the email.

NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.

django-celery - Old Celery integration project for Django

rq - Simple job queues for Python

django-storages - https://django-storages.readthedocs.io/

kombu - Messaging library for Python.

Django - The Web framework for perfectionists with deadlines.