Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Jul 18, 2022
1 parent 035d722 commit cbffe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/workflowTaskHandlerCallbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (handler *workflowTaskHandlerCallbacksImpl) handleWorkflowTaskCompleted(
completedEvent.GetEventId(),
msBuilder,
handler.historyEngine.searchAttributesValidator,
executionInfo.ExecutionStats, // QUESTION: is this a valid simplification? (instead of calling weContext.LoadExecutionStats())
executionInfo.ExecutionStats,
handler.metricsClient.Scope(metrics.HistoryRespondWorkflowTaskCompletedScope, metrics.NamespaceTag(namespace.String())),
handler.throttledLogger,
)
Expand Down

0 comments on commit cbffe9c

Please sign in to comment.