django-celery-beat VS django-celery-results

Compare django-celery-beat 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
django-celery-beat django-celery-results
7 4
1,567 650
2.7% 1.7%
7.5 4.9
22 days ago 6 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.

django-celery-beat

Posts with mentions or reviews of django-celery-beat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • Dynamically update periodic tasks in Celery and Django
    3 projects | /r/django | 17 Oct 2022
    I was looking for a nice way to manipulate periodic tasks in Celery. I found an amazing django-celery-beat package that provides PeriodicTask database objects. With PeriodicTask objects, you can dynamically add/remove/update periodic tasks in Celery. I want to share my approach. I've created an example GitHub repository and wrote step-by-step article.
  • Programmatically creating user defined scheduled tasks/cron jobs.
    1 project | /r/django | 21 Sep 2022
    Please take a look at https://github.com/celery/django-celery-beat with this package you can dynamically define periodic tasks. They are stored in your database, so they are persistent between deployments. I'm using this package with Celery in my project for server uptime monitoring, it is working well. I can dynamically add/delete/update any task.
  • Is it possible to link a model's field to a specific function?
    1 project | /r/django | 11 May 2022
    Something similar is presented in django-celery-beat where you’re able to create schedule for running repeated task. So, there is choice field in admin, and choices are literally names of registered celery tasks.
  • Scheduling Tasks
    1 project | /r/django | 8 Jan 2022
    I would recommend using celery in combination with celery beat scheduling and this package https://github.com/celery/django-celery-beat . What this means is if you have a task that you want to dynamically schedule for different times for different users all you have to do as add a new row to a database table and celery will handle the rest for executing.
  • How do you subscribe to a feed in Django?
    1 project | /r/django | 27 Dec 2021
    If you want more control and/or visibility into your periodic tasks, I'd go with something like Celery Beat, that's easily integrated with Django: https://github.com/celery/django-celery-beat
  • Django 4.0 released
    1 project | /r/Python | 7 Dec 2021
    For me it was django-celery-beat
  • [Task] Python/Django $20 Overriding a model of a Django App to add a field
    1 project | /r/slavelabour | 27 Aug 2021
    I use a Django extension called django-celery-beat. It creates several models & one of those models is called crontab. It has a few fields & I would like to add one more field so that I can name these crontabs for easy reference. So I need to override the model & add the field.

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 django-celery-beat and django-celery-results you can also consider the following projects:

django-celery-docker-example - Example Docker setup for a Django app behind an Nginx proxy with Celery workers

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

celery-progress - Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

celery - Distributed Task Queue (development branch)

kombu - Messaging library for Python.

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

banking-system - A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS

django-celery - Old Celery integration project for Django

python-xlib - XLib in pure Python (Py2/Py3 compatible)

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

django-login-required-middleware - Requires login to all requests through middleware.

Django - The Web framework for perfectionists with deadlines.