We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58ccaa commit 10aef0dCopy full SHA for 10aef0d
common/rpc/interceptor/business_id_interceptor.go
@@ -121,7 +121,7 @@ var methodToPattern = map[string]BusinessIDPattern{
121
"DeleteWorkerDeploymentVersion": PatternDeploymentVersion,
122
"UpdateWorkerDeploymentVersionMetadata": PatternDeploymentVersion,
123
124
- // namespace (deterministic routing to any cell for the namespace)
+ // namespace (deterministic routing to a single cell for the namespace)
125
// TODO(mcn): Switch to worker_grouping_key when available for load balancing
126
"FetchWorkerConfig": PatternNamespace,
127
"UpdateWorkerConfig": PatternNamespace,
0 commit comments