Expand description
Pipeline checkpoint state and persistence.
This module contains the checkpoint data structures and file operations for saving and loading pipeline state.
Structs§
- Pipeline
Checkpoint - Pipeline checkpoint for resume functionality.
Enums§
- Pipeline
Phase - Pipeline phases for checkpoint tracking.
Functions§
- checkpoint_
exists - Check if a checkpoint exists.
- clear_
checkpoint - Delete the checkpoint file.
- load_
checkpoint - Load an existing checkpoint if one exists.
- save_
checkpoint - Save a pipeline checkpoint to disk.
- timestamp
- Get current timestamp in “YYYY-MM-DD HH:MM:SS” format.