Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.checkpoint_config.CheckpointConfig.set_max_concurrent_checkpoints#

CheckpointConfig.set_max_concurrent_checkpoints(max_concurrent_checkpoints: int) → pyflink.datastream.checkpoint_config.CheckpointConfig[source]#

Sets the maximum number of checkpoint attempts that may be in progress at the same time. If this value is n, then no checkpoints will be triggered while n checkpoint attempts are currently in flight. For the next checkpoint to be triggered, one checkpoint attempt would need to finish or expire.

Parameters

max_concurrent_checkpoints – The maximum number of concurrent checkpoint attempts.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.get_max_concurrent_checkpoints

next

pyflink.datastream.checkpoint_config.CheckpointConfig.is_fail_on_checkpointing_errors

Show Source

Created using Sphinx 4.5.0.