restart-strategy |
(none) |
String |
Defines the restart strategy to use in case of job failures. Accepted values are:- `none`, `off`, `disable`: No restart strategy.
- `fixeddelay`, `fixed-delay`: Fixed delay restart strategy. More details can be found here.
- `failurerate`, `failure-rate`: Failure rate restart strategy. More details can be found here.
If checkpointing is disabled, the default value is `none`. If checkpointing is enabled, the default value is `fixed-delay` with `Integer.MAX_VALUE` restart attempts and '`1 s`' delay. |