A distributed task scheduling method and system
By using Redis as the sole external dependency in the distributed task scheduling system, real-time message passing between the server and the execution client is achieved, solving the problems of bloated existing system architecture and centralized bottlenecks, improving the real-time performance and reliability of task scheduling, and supporting task scheduling in microservice scenarios.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- BEIJING QIYI CENTURY SCI & TECH CO LTD
- Filing Date
- 2026-03-16
- Publication Date
- 2026-06-26
AI Technical Summary
Existing distributed task scheduling systems are cumbersome in architecture, have poor real-time performance, and are prone to system paralysis due to centralized bottlenecks and single points of failure. They are also inflexible in deployment, have low microservice integration, and have high operation and maintenance costs.
Redis is used as the sole external dependency, and its publish/subscribe functionality is used to enable real-time message passing between the execution client and the server. The server acts as a stateless scheduling brain, and the execution client acts as a distributed worker, receiving and executing tasks through subscription, supporting task scheduling in microservice scenarios.
It simplifies the architecture of the distributed task scheduling system, reduces task scheduling latency and operation and maintenance costs, improves the real-time performance and reliability of task scheduling, and achieves a combination of the convenience of centralized management with the high availability and high scalability of decentralized systems.
Smart Images

Figure CN122285205A_ABST