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
The event is not propagated at a fixed rate, rather it's scheduled after each reconciliation. So the
272
271
next reconciliation will occur at most within the specified interval after the last reconciliation.
273
272
274
-
This feature can be turned off by setting `reconciliationMaxInterval`
275
-
to [`Constants.NO_RECONCILIATION_MAX_INTERVAL`](https://github.com/java-operator-sdk/java-operator-sdk/blob/442e7d8718e992a36880e42bd0a5c01affaec9df/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Constants.java#L8-L8)
273
+
This feature can be turned off by setting `maxReconciliationInterval`
274
+
to [`Constants.NO_MAX_RECONCILIATION_INTERVAL`](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Constants.java#L20-L20)
276
275
or any non-positive number.
277
276
278
277
The automatic retries are not affected by this feature so a reconciliation will be re-triggered
0 commit comments