Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ _Frameworks and libraries for Distributed Computing._
_Libraries for working with task queues._

- [celery](https://github.com/celery/celery) - An asynchronous task queue/job queue based on distributed message passing.
- [Distributed Task Scheduler](https://github.com/Khanrukku/Distributed-Task-Scheduler-System) - Production-ready distributed system handling 1,000+ concurrent tasks with Redis, rate limiting, and automatic failure recovery.
- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
Expand Down