Skip to content

Commit

Permalink
fix: LDIO LDES Client: set pipeline status halted when experiencing e…
Browse files Browse the repository at this point in the history
…rrors
  • Loading branch information
Yalz committed Nov 28, 2024
1 parent 09bd4be commit 41eaf2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ private synchronized void run() {
log.error("LDES URL unavailable. Client paused: {}", e.getMessage());
run();
} catch (Exception e) {
updateStatus(PipelineStatusTrigger.HALT, StatusChangeSource.AUTO);
clientStatusConsumer.accept(ClientStatus.ERROR);
log.error("LdesClientRunner FAILURE: {}", e.getMessage());
}
Expand Down

0 comments on commit 41eaf2f

Please sign in to comment.