954
}, temporal.NewNonRetryableApplicationError("failed to describe workflow from the remote cluster", "NamespaceNotFound", err)
955
957
>
if e.Cause == enumspb.RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW {
958
>
// The passive cluster holds the workflow cache lock while applying history
959
>
// during SyncWorkflowStateTask. This is actually a small sign of progress.
960
>
return verifyResult{status: notVerified}, nil
961
>
}
962
a.forceReplicationMetricsHandler.WithTags(metrics.NamespaceTag(request.Namespace), metrics.ServiceErrorTypeTag(err)).
963
Counter(metrics.VerifyReplicationTaskFailed.Name()).Record(1)