From 397645bcbedeb8199ceb93b918a16d6da3696ad5 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Tue, 6 Jun 2023 15:12:12 +0100 Subject: [PATCH] Use task queue base name for dynamic config --- service/matching/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/matching/config.go b/service/matching/config.go index aff9971842e..46b92ddafff 100644 --- a/service/matching/config.go +++ b/service/matching/config.go @@ -166,7 +166,7 @@ func NewConfig(dc *dynamicconfig.Collection) *Config { } func newTaskQueueConfig(id *taskQueueID, config *Config, namespace namespace.Name) *taskQueueConfig { - taskQueueName := id.FullName() + taskQueueName := id.BaseNameString() taskType := id.taskType return &taskQueueConfig{