django-celery-beat
celery-progress
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
django-celery-beat | celery-progress | |
---|---|---|
7 | 3 | |
1,448 | 416 | |
1.0% | - | |
0.0 | 5.8 | |
23 days ago | 8 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
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
-
Dynamically update periodic tasks in Celery and Django
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.
celery-progress
-
Celery task progress bar in React
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?
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
axios - Promise based HTTP client for the browser and node.js
react-redux - Official React bindings for Redux
cookiecutter-django - Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
kombu - Messaging library for Python.
python-xlib - XLib in pure Python (Py2/Py3 compatible)
banking-system - A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS
django-login-required-middleware - Requires login to all requests through middleware.
django-celery-results - Celery result back end with django
nose2 - The successor to nose, based on unittest2