Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Karampis committed Sep 30, 2024
1 parent 84b5463 commit fee067a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void listen(@Observes StartupEvent ev) {

Multi.createFrom().ticks().every(Duration.of(5, ChronoUnit.MINUTES))
.onItem()
.invoke(tick -> log.debug("Checking for new transactions")).onItem()
.invoke(tick -> log.debug("Checking for new transactions on tick {}", tick)).onItem()
.transformToMulti(tick -> transactionExistsCheck)
.merge()
.onItem()
Expand Down

0 comments on commit fee067a

Please sign in to comment.