Recovery
Task recovery and orphan detection.
This module handles detection and recovery of tasks that were orphaned due to system interruptions or crashes.
pub
Recovery operations for the scheduler.
| Name | Type | Description |
|---|---|---|
dal |
& 'a DAL |
|
runtime |
Arc < Runtime > |
Result of attempting to recover a task.
Recovered- Task was successfully recovered and reset for retry.Abandoned- Task was abandoned due to exceeding recovery limits.