django-celery-beat
KQ
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
django-celery-beat | KQ | |
---|---|---|
7 | 1 | |
1,448 | 562 | |
1.0% | - | |
0.0 | 0.0 | |
23 days ago | almost 2 years 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.
KQ
We haven't tracked posts mentioning KQ yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
celery - Distributed Task Queue (development branch)
django-celery-docker-example - Example Docker setup for a Django app behind an Nginx proxy with Celery workers
rq - Simple job queues for Python
huey - a little task queue for python
Streamz - Real-time stream processing for python
django-background-tasks - A database-backed work queue for Django
mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent
kombu - Messaging library for Python.
rele - Easy to use Google Pub/Sub
procrastinate - PostgreSQL-based Task Queue for Python
qoo - A simple library for interacting with Amazon SQS.
simpleq - A simple, infinitely scalable, SQS based queue.