You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/rpc/interceptor/business_id_interceptor.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ const (
52
52
PatternDeploymentVersion
53
53
// PatternPollerGroupID indicates extraction via GetPollerGroupId() directly
54
54
PatternPollerGroupID
55
-
// PatternNamespace indicates extraction via GetNamespace() - used when any cell for the namespace is acceptable
55
+
// PatternNamespace indicates extraction via GetNamespace() - used when we want to send all calls to a particular api and namespace to a single cell at a time.
56
56
PatternNamespace
57
57
// PatternUpdateRef indicates extraction via GetUpdateRef().GetWorkflowExecution().GetWorkflowId()
0 commit comments