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§
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