SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 Python task-queue Projects
-
Project mention: What libraries do you use the most alongside django? | reddit.com/r/django | 2023-01-02
-
Project mention: Python Celery - high level overview(animated video) | reddit.com/r/Python | 2023-01-29
Not sure what your criteria for good observability ist, but flower served me well enough for this in the last couple of years.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: What's the best thing you've learned about Django this year? | reddit.com/r/django | 2022-12-14
Funny, just this moment i finally switched from Celery to huey. And so far I don't regret. huey looks very promising, has good documentation and is well integrated into DJango. You should give it a try: https://github.com/coleifer/huey
-
Project mention: Recommendations other than celery to send an API processing in background, which would only take 5 mins to process and API usage would be once a month or so. | reddit.com/r/django | 2022-12-12
Yep, rq is simple and good: https://python-rq.org/ It also has a Django wrapper: https://github.com/rq/django-rq
-
https://github.com/wakatime/wakaq/blob/main/wakaq/__init__.p...
and
https://github.com/wakatime/wakaq/blob/main/wakaq/worker.py
is the meat of it. The blog post talks about the Redis data structures used, and there's not much to it beyond that.
-
Project mention: Issues/Experience with Procrastinate library for distributed tasks | reddit.com/r/Python | 2022-11-19
We chose the Procrastinate library to run periodic tasks.
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Python task-queue related posts
- Python Celery - high level overview(animated video)
- Recommendations other than celery to send an API processing in background, which would only take 5 mins to process and API usage would be once a month or so.
- GPU instance crashes when two python processes use the same pt file
- Issues/Experience with Procrastinate library for distributed tasks
- Alchemical Queues: (task) queues on pure SQLAlchemy
- Celery + RabbitMQ alternatives
- Show HN: Chard – simple async/await background tasks for Django
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea590c9d60>
www.saashub.com | 3 Feb 2023
Index
What are some of the best open-source task-queue projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | rq | 8,737 |
2 | flower | 5,545 |
3 | huey | 4,340 |
4 | django-rq | 1,610 |
5 | wakaq | 509 |
6 | procrastinate | 496 |
7 | Celery-Kubernetes-Operator | 65 |