mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Make system.enableCancelActivityWorkerCommand namespace-scoped (#10632)
## What Changes `system.enableCancelActivityWorkerCommand` from a global dynamic config setting to a namespace-scoped setting. ## Why To control rollout per namespace. ## How did you test it? Updated unit tests. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -372,7 +372,7 @@ type Config struct {
|
||||
EnableCrossNamespaceCommands dynamicconfig.BoolPropertyFn
|
||||
EnableActivityEagerExecution dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
EnableActivityRetryStampIncrement dynamicconfig.BoolPropertyFn
|
||||
EnableCancelActivityWorkerCommand dynamicconfig.BoolPropertyFn
|
||||
EnableCancelActivityWorkerCommand dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
EnableEagerWorkflowStart dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
NamespaceCacheRefreshInterval dynamicconfig.DurationPropertyFn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user