Skip to content

Commit 6f04b5a

Browse files
authoredMar 31, 2025··
docs: explanation for max maxReconciliationInterval (#2745)
1 parent 3469e12 commit 6f04b5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444

4545
/**
4646
* 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)}.
4850
*
4951
* @return the maximal reconciliation interval configuration
5052
*/

0 commit comments

Comments
 (0)
Please sign in to comment.