We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98edb1c commit 4fdf5bcCopy full SHA for 4fdf5bc
src/main/java/oracle/kubernetes/operator/Main.java
@@ -593,7 +593,6 @@ private static void doCheckAndCreateDomainPresence(
593
}
594
info.setDomain(dom);
595
596
- scheduleDomainStatusUpdating(info);
597
598
LOGGER.info(MessageKeys.PROCESSING_DOMAIN, domainUID);
599
@@ -666,6 +665,8 @@ public void onThrowable(Packet packet, Throwable throwable) {
666
665
// TODO: consider retrying domain update after a delay
667
668
});
+
669
+ scheduleDomainStatusUpdating(info);
670
671
672
LOGGER.exiting();
0 commit comments