awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesWorker-Task Routing

Directing tasks to specific workers using labels, affinity rules, or weighted scheduling policies.

Distinct from Conditional Task Execution: Distinct from Conditional Task Execution: focuses on routing tasks to workers based on labels/affinity, not runtime skip/execute logic.

Explore 1 awesome GitHub repository matching development tools & productivity · Worker-Task Routing. Refine with filters or upvote what's useful.

Awesome Worker-Task Routing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hatchet-dev/hatchetAvatar de hatchet-dev

    hatchet-dev/hatchet

    6,622Ver en GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Routes tasks to specific workers using labels, affinity rules, or weighted scheduling.

    Goconcurrencydagdistributed
    Ver en GitHub↗6,622
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Conditional Task Execution
  5. Worker-Task Routing