HubBackedCheckpointStore
autogen.beta.network.client.checkpoint.HubBackedCheckpointStore #
Persists task checkpoints through a :class:Hub or :class:HubClient.
Satisfies the framework-core :class:CheckpointStore Protocol by delegating to checkpoint_task / read_task_checkpoint on the supplied backend. Pass a :class:Hub for in-process durability or a :class:HubClient to route checkpoints to a remote hub over the wire. Deployments that need different durability supply another :class:CheckpointStore — the Protocol is the seam.