Github user fijolekProjects commented on a diff in the pull request:
https://github.com/apache/flink/pull/1954#discussion_r69491950
--- Diff: docs/setup/config.md ---
@@ -139,6 +140,15 @@ Default value is 1.
- `restart-strategy.fixed-delay.delay`: Delay between restart attempts,
used if the default restart strategy is set to "fixed-delay".
Default value is the `akka.ask.timeout`.
+- `restart-strategy.failure-rate.max-failures-per-unit`: Maximum number of
restarts in given time unit before failing a job in "failure-rate" strategy.
+Default value is 1.
+
+- `restart-strategy.failure-rate.failure-rate-unit`: Time unit for
measuring failure rate in "failure-rate" strategy. One of
java.util.concurrent.TimeUnit values .
+Default value is `MINUTES`.
+
+- `restart-strategy.failure-rate.failure-rate-unit`: Delay between restart
attempts, used if the default restart strategy is set to "failure-rate".
--- End diff --
you're right :)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---