Skip to content

Commit

Permalink
refactor(canary): remove latency from error
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Feb 25, 2025
1 parent 314ff66 commit a1478c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public void onFailure(final Throwable t) {

final Beat beat = Beat.builder(BeatType.WF_RUN_REQUEST)
.id(wfRunId)
.latency(Duration.between(startedAt, Instant.now()))
.status(statusBuilder.build())
.build();

Expand Down

0 comments on commit a1478c9

Please sign in to comment.