pyflink.datastream.checkpoint_config.CheckpointConfig.set_alignment_timeout#
- CheckpointConfig.set_alignment_timeout(alignment_timeout: Duration) CheckpointConfig[source]#
Only relevant if
enable_unaligned_checkpoints()is enabled.If
alignment_timeouthas value equal to0, checkpoints will always start unaligned. Ifalignment_timeouthas value greater then0, checkpoints will start aligned. If during checkpointing, checkpoint start delay exceeds thisalignment_timeout, alignment will timeout and checkpoint will start working as unaligned checkpoint.- Parameters
alignment_timeout – The duration until the aligned checkpoint will be converted into an unaligned checkpoint.