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 4982d43 commit cef4c21Copy full SHA for cef4c21
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventProcessor.java
@@ -393,6 +393,7 @@ public void run() {
393
// timeout. that should finish the currently executing reconciliations but not the ones
394
// which where submitted but not started yet
395
log.debug("Event processor not running skipping resource processing: {}", resourceID);
396
+ return;
397
}
398
// change thread name for easier debugging
399
final var thread = Thread.currentThread();
0 commit comments