tillrohrmann commented on a change in pull request #8698:
[FLINK-12669][runtime] Implement FixedDelayRestartBackoffTimeStrategy
URL: https://github.com/apache/flink/pull/8698#discussion_r293368414
##########
File path:
docs/_includes/generated/restart_backoff_time_strategy_configuration.html
##########
@@ -22,5 +22,15 @@
<td style="word-wrap: break-word;">1</td>
<td>Maximum number of failures in given time interval before
failing a job.</td>
</tr>
+ <tr>
+
<td><h5>restart-backoff-time-strategy.fixed-delay.attempts</h5></td>
+ <td style="word-wrap: break-word;">1</td>
+ <td>Maximum number of attempts the fixed delay restart strategy
will try before failing a job.</td>
+ </tr>
+ <tr>
+
<td><h5>restart-backoff-time-strategy.fixed-delay.backoff-time</h5></td>
+ <td style="word-wrap: break-word;">"1 min"</td>
+ <td>Backoff time between two consecutive restart attempts.</td>
+ </tr>
Review comment:
Needs to be regenerated
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services