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.get_tolerable_checkpoint_failure_number#

CheckpointConfig.get_tolerable_checkpoint_failure_number() → int[source]#

Get the defined number of consecutive checkpoint failures that will be tolerated, before the whole job is failed over.

Returns

The maximum number of tolerated checkpoint failures.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_fail_on_checkpointing_errors

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_tolerable_checkpoint_failure_number

On this page
  • CheckpointConfig.get_tolerable_checkpoint_failure_number()
Show Source

Created using Sphinx 5.3.0.