Skip to content

Commit

Permalink
also newWorkflowSizeChecker to always log failures
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Jul 24, 2024
1 parent d9a24ae commit 1f1b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/decision/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Update_History_Loop:
msBuilder,
executionStats,
handler.metricsClient.Scope(metrics.HistoryRespondDecisionTaskCompletedScope, metrics.DomainTag(domainName)),
handler.throttledLogger,
handler.logger,
)

decisionTaskHandler := newDecisionTaskHandler(
Expand Down

0 comments on commit 1f1b271

Please sign in to comment.