flink restart startegy
Fixed delay restart strategy:
The fixed delay restart strategy will try to restart the job a given number of times. If the maximum number of restarts is exceeded,
The job will eventually fail. Between two consecutive restart attempts, the restart strategy will wait a fixed amount of time
Failure rate restart strategy:
The failure rate restart strategy will restart after the job fails, but after the failure rate is exceeded, the job will eventually be deemed to have failed.
Between two consecutive restart attempts, the restart strategy will wait a fixed amount of time
No restart strategy
还没有评论,来说两句吧...