Skip to content

Commit

Permalink
NOT FOR REVIEW: Instrumenting worker to check a issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prathyushpv committed Feb 10, 2025
1 parent 71813b1 commit 8788afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/worker/scheduler/activities.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (a *activities) tryWatchWorkflow(ctx context.Context, req *schedulespb.Watc
SkipArchival: true, // should be recently closed, no need for archival
}
histRes, err := a.FrontendClient.GetWorkflowExecutionHistory(ctx, histReq)

a.Logger.Info(fmt.Sprintf("DEBUG ISSUE: %+v", histRes))
if err != nil {
a.Logger.Error("error from GetWorkflowExecutionHistory", tag.Error(err), tag.WorkflowID(req.Execution.WorkflowId))
return nil, err
Expand Down

0 comments on commit 8788afb

Please sign in to comment.