Skip to content

Commit 2be818d

Browse files
committed
Add Distributed Task Scheduler to Task Queues section
1 parent 154dbaa commit 2be818d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ _Frameworks and libraries for Distributed Computing._
737737
_Libraries for working with task queues._
738738

739739
- [celery](https://github.com/celery/celery) - An asynchronous task queue/job queue based on distributed message passing.
740+
- [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.
740741
- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
741742
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
742743
- [rq](https://github.com/rq/rq) - Simple job queues for Python.

0 commit comments

Comments
 (0)