Skip to main content

Module repair

Module repair 

Source
Expand description

Queue repair and dependency traversal.

This module consolidates logic for repairing queue inconsistencies (missing fields, duplicate IDs, invalid/missing timestamps) and for traversing task dependency graphs (e.g., computing all tasks that depend on a given task ID).

Structs§

RepairReport

Functions§

get_dependents
Get all tasks that depend on the given task ID (recursively). Returns a list of task IDs that depend on the root task.
repair_queue