Skip to content

Commit

Permalink
Fix visibility archival canary metrics (cadence-workflow#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Jul 23, 2020
1 parent 080db04 commit 8da382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary/visibilityArchival.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func init() {
}

func visibilityArchivalWorkflow(ctx workflow.Context, scheduledTimeNanos int64) error {
profile, err := beginWorkflow(ctx, wfTypeHistoryArchival, scheduledTimeNanos)
profile, err := beginWorkflow(ctx, wfTypeVisibilityArchival, scheduledTimeNanos)
if err != nil {
return err
}
Expand Down

0 comments on commit 8da382d

Please sign in to comment.