We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TaskRetryPolicy
1 parent 385d8b8 commit a80b45bCopy full SHA for a80b45b
1 file changed
google/cloud/managedkafka/v1/resources.proto
@@ -467,7 +467,8 @@ message Connector {
467
// Note that the delay between consecutive task restarts may not always
468
// precisely match the configured settings. This can happen when the
469
// ConnectCluster is in rebalancing state or if the ConnectCluster is
470
-// unresponsive etc.
+// unresponsive etc. The default values for minimum and maximum backoffs are
471
+// 60 seconds and 30 minutes respectively.
472
message TaskRetryPolicy {
473
// Optional. The minimum amount of time to wait before retrying a failed task.
474
// This sets a lower bound for the backoff delay.
0 commit comments