From 2be818d12723a1fadb9a5fbcad08995b9cc56095 Mon Sep 17 00:00:00 2001 From: khanrukku Date: Sat, 25 Apr 2026 23:45:27 +0530 Subject: [PATCH] Add Distributed Task Scheduler to Task Queues section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17d5a9be4..c871d2f6b 100644 --- a/README.md +++ b/README.md @@ -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.