HubBackedCheckpointStore
autogen.beta.network.client.checkpoint.HubBackedCheckpointStore #
Persists task checkpoints through a :class:Hub instance.
Satisfies the framework-core :class:CheckpointStore Protocol by delegating to :meth:Hub.checkpoint_task and :meth:Hub.read_task_checkpoint through an in-process hub reference. Deployments that need different durability supply another :class:CheckpointStore — the Protocol is the seam.