Skip to content

Commit cef4c21

Browse files
committed
fix
1 parent 4982d43 commit cef4c21

File tree

1 file changed

+1
-0
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+1
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ public void run() {
393393
// timeout. that should finish the currently executing reconciliations but not the ones
394394
// which where submitted but not started yet
395395
log.debug("Event processor not running skipping resource processing: {}", resourceID);
396+
return;
396397
}
397398
// change thread name for easier debugging
398399
final var thread = Thread.currentThread();

0 commit comments

Comments
 (0)