Skip to main content
Cloacina Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Recovery

cloacina::execution_planner::recovery Rust

Task recovery and orphan detection.

This module handles detection and recovery of tasks that were orphaned due to system interruptions or crashes.

Structs

cloacina::execution_planner::recovery::RecoveryManager<‘a>

pub

Recovery operations for the scheduler.

Fields

Name Type Description
dal & 'a DAL
runtime Arc < Runtime >

Enums

cloacina::execution_planner::recovery::RecoveryResult pub

Result of attempting to recover a task.

Variants

  • Recovered - Task was successfully recovered and reset for retry.
  • Abandoned - Task was abandoned due to exceeding recovery limits.