awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesHTTP Task Dispatching

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.

Awesome HTTP Task Dispatching GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • xuxueli/xxl-jobالصورة الرمزية لـ xuxueli

    xuxueli/xxl-job

    30,282عرض على GitHub↗

    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.

    Javacrondistributedglue
    عرض على GitHub↗30,282
  • ouqiang/gocronالصورة الرمزية لـ ouqiang

    ouqiang/gocron

    6,255عرض على GitHub↗

    定时任务管理系统

    Triggers HTTP requests directly from the scheduler to target URLs without requiring a local agent.

    Gocroncrontabgolang
    عرض على GitHub↗6,255
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Task Schedulers
  4. HTTP Task Dispatching