1 repo
Sequences of tasks triggered automatically upon workflow failure to perform cleanup or notification actions.
Distinguishing note: Focuses on automated recovery workflows rather than simple retry logic.
Explore 1 awesome GitHub repository matching software engineering & architecture · Error Handling Workflows. Refine with filters or upvote what's useful.
Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external
Defines a list of tasks to execute sequentially when an error occurs to perform automated alerts or cleanup.