2 مستودعات
The use of HTTP protocols to trigger tasks and receive status updates from remote worker nodes.
Distinct from Distributed Task Schedulers: Specifically describes the transport mechanism for task triggering, whereas the parent covers general resource allocation and dispatching
Explore 2 awesome GitHub repositories matching devops & infrastructure · HTTP Task Dispatching. Refine with filters or upvote what's useful.
xxl-job is a distributed task scheduling platform and job orchestrator designed to manage and trigger timed jobs across a cluster of remote executor nodes. It provides a centralized system for scheduling tasks, linking dependent jobs, and managing complex execution lifecycles through a relational database that persists configurations and logs. The platform distinguishes itself through a web-based interface for cron job management, allowing users to create and update scheduled tasks without modifying source code. It supports cross-language task execution by triggering logic on third-party exec
Communicates with distributed executors via a web interface to trigger tasks and receive real-time status updates.
定时任务管理系统
Triggers HTTP requests directly from the scheduler to target URLs without requiring a local agent.