awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesFailure-Triggered Tasks

Tasks that execute only when another task in the workflow fails.

Distinct from Workflow Task Definitions: Distinct from Workflow Task Definitions: focuses on conditional execution on failure, not task definition.

Explore 1 awesome GitHub repository matching software engineering & architecture · Failure-Triggered Tasks. Refine with filters or upvote what's useful.

Awesome Failure-Triggered Tasks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hatchet-dev/hatchethatchet-dev 的头像

    hatchet-dev/hatchet

    6,622在 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

    Triggers designated tasks only when other tasks in the workflow fail.

    Goconcurrencydagdistributed
    在 GitHub 上查看↗6,622
  1. Home
  2. Software Engineering & Architecture
  3. Workflow Task Definitions
  4. Failure-Triggered Tasks