django-celery-beat VS celery-progress

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

celery-progress

Drop in, configurable, dependency-free progress bars for your Django/Celery applications. (by czue)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
django-celery-beat celery-progress
7 3
1,564 439
2.6% -
7.6 2.7
16 days ago 21 days ago
Python Python
GNU General Public License v3.0 or later MIT License
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.

celery-progress

Posts with mentions or reviews of celery-progress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-11.
  • How to add onSuccess function to celery-progress?
    1 project | /r/djangolearning | 7 Jun 2023
    It’s already in the library, no need to add it to it. See https://github.com/czue/celery-progress for more details.
  • Help with Django Progress Bar (Celery/redis)
    1 project | /r/django | 17 Apr 2021
    My google search led me to this video using Celery + redis + celery-progress. Okay watched the video then i read the github of celery-progress + two(1, 2) articles regarding the process. seems straightforward.
  • Celery task progress bar in React
    3 projects | dev.to | 11 Feb 2021
    The progress bar is one of the most useful UI components for tracking the actual progress of the task. But It is still a complex task to track the exact progress. In this tutorial, I will guide you to make the progress bar using celery-progress library with react.

What are some alternatives?

When comparing django-celery-beat and celery-progress 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

django-celery - Old Celery integration project for Django

kombu - Messaging library for Python.

axios - Promise based HTTP client for the browser and node.js

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

react-redux - Official React bindings for Redux

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

cookiecutter-django - Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

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

django-celery-results - Celery result back end with django

django-manifest-loader - Simplifies webpack configuration with Django