minPauseBetweenCheckpoints property

int? minPauseBetweenCheckpoints
final

Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the CheckpointInterval, the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation.

Implementation

final int? minPauseBetweenCheckpoints;