You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,9 @@
44
44
45
45
/**
46
46
* Optional configuration of the maximal interval the SDK will wait for a reconciliation request
47
-
* to happen before one will be automatically triggered.
47
+
* to happen before one will be automatically triggered. The intention behind this feature is to
48
+
* have a failsafe, not to artificially force repeated reconciliations. For that use {@link
49
+
* UpdateControl#rescheduleAfter(long)}.
48
50
*
49
51
* @return the maximal reconciliation interval configuration
0 commit comments