Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • Asynchronous I/O
  • pyflink.datastream.functions.AsyncRetryStrategy.fixed_delay

pyflink.datastream.functions.AsyncRetryStrategy.fixed_delay#

static AsyncRetryStrategy.fixed_delay(max_attempts: int, backoff_time_millis: int, result_predicate: Callable[[List[OUT]], bool] | None, exception_predicate: Callable[[Exception], bool] | None)[source]#

previous

pyflink.datastream.functions.AsyncRetryStrategy.no_restart

next

pyflink.datastream.functions.AsyncRetryStrategy.exponential_backoff

On this page
  • AsyncRetryStrategy.fixed_delay()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.