Back to Flink

Restart Strategy Configuration

docs/layouts/shortcodes/generated/restart_strategy_configuration.html

0.4-rc11.1 KB
Original Source
KeyDefaultTypeDescription
restart-strategy.type

| (none) | String | Defines the restart strategy to use in case of job failures.
Accepted values are:

  • disable, off, none: No restart strategy.
  • fixed-delay, fixeddelay: Fixed delay restart strategy. More details can be found here.
  • failure-rate, failurerate: Failure rate restart strategy. More details can be found here.
  • exponential-delay, exponentialdelay: Exponential delay restart strategy. More details can be found here.

If checkpointing is disabled, the default value is disable. If checkpointing is enabled, the default value is exponential-delay, and the default values of exponential-delay related config options will be used. |