Skip to content

Commit 10aef0d

Browse files
rkannan82ShahabT
andcommitted
Update common/rpc/interceptor/business_id_interceptor.go
Co-authored-by: Shahab Tajik <shahab@temporal.io>
1 parent f58ccaa commit 10aef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/rpc/interceptor/business_id_interceptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var methodToPattern = map[string]BusinessIDPattern{
121121
"DeleteWorkerDeploymentVersion": PatternDeploymentVersion,
122122
"UpdateWorkerDeploymentVersionMetadata": PatternDeploymentVersion,
123123

124-
// namespace (deterministic routing to any cell for the namespace)
124+
// namespace (deterministic routing to a single cell for the namespace)
125125
// TODO(mcn): Switch to worker_grouping_key when available for load balancing
126126
"FetchWorkerConfig": PatternNamespace,
127127
"UpdateWorkerConfig": PatternNamespace,

0 commit comments

Comments
 (0)