[PR #3093] [CLOSED] Add Distributed Task Scheduler to Task Queues section #13693

Closed
opened 2026-04-27 03:10:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3093
Author: @Khanrukku
Created: 4/25/2026
Status: Closed

Base: masterHead: add-task-scheduler


📝 Commits (1)

  • 2be818d Add Distributed Task Scheduler to Task Queues section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Description

Added Distributed Task Scheduler to the Task Queues section.

This is a production-ready distributed system that:

  • Handles 1,000+ concurrent tasks with Redis broker
  • Implements rate limiting using token bucket algorithm
  • Achieves 99.5% uptime with automatic failure recovery
  • Containerized with Docker and orchestrated with Kubernetes
  • Implements circuit breaker pattern for resilience

The project demonstrates modern distributed systems architecture and is actively maintained.

Checklist

  • Added to the appropriate section
  • Maintains alphabetical order
  • Follows the existing format
  • Project is actively maintained
  • Project has proper documentation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3093 **Author:** [@Khanrukku](https://github.com/Khanrukku) **Created:** 4/25/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-task-scheduler` --- ### 📝 Commits (1) - [`2be818d`](https://github.com/vinta/awesome-python/commit/2be818d12723a1fadb9a5fbcad08995b9cc56095) Add Distributed Task Scheduler to Task Queues section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Description Added Distributed Task Scheduler to the Task Queues section. This is a production-ready distributed system that: - Handles 1,000+ concurrent tasks with Redis broker - Implements rate limiting using token bucket algorithm - Achieves 99.5% uptime with automatic failure recovery - Containerized with Docker and orchestrated with Kubernetes - Implements circuit breaker pattern for resilience The project demonstrates modern distributed systems architecture and is actively maintained. ## Checklist - [x] Added to the appropriate section - [x] Maintains alphabetical order - [x] Follows the existing format - [x] Project is actively maintained - [x] Project has proper documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 03:10:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#13693