We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154dbaa commit 2be818dCopy full SHA for 2be818d
1 file changed
README.md
@@ -737,6 +737,7 @@ _Frameworks and libraries for Distributed Computing._
737
_Libraries for working with task queues._
738
739
- [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.
741
- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
742
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
743
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
0 commit comments