awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xuxueli/xxl-jobAvatar von xuxueli

    xuxueli/xxl-job

    30,282Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗30,282
  • ouqiang/gocronAvatar von ouqiang

    ouqiang/gocron

    6,255Auf GitHub ansehen↗

    定时任务管理系统

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

    Gocroncrontabgolang
    Auf GitHub ansehen↗6,255
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Task Schedulers
  4. HTTP Task Dispatching