Files
temporal/config/dynamicconfig/development-cass.yaml
Fred Tzeng 1d4be84b37 Enable standalone activity by default (#10930)
## What changed?
Flipped the activity.enableStandalone dynamic config default from false
to true in chasm/lib/activity/config.go. Since standalone activity is
now on by default (alongside the already-defaulted-true
history.enableTransitionHistory and history.enableChasm), removed the
now-redundant explicit overrides for all three settings from the
development config files: development-cass.yaml, development-sql.yaml,
and development-xdc.yaml.

## Why?
Standalone activity is ready to be on by default, so the server default
is updated to reflect that. With all three settings now defaulting to
true in code, the explicit value: true overrides in the dev configs no
longer do anything and only add noise, so they're removed to keep the
dev configs minimal and avoid drift from the code defaults.

## How did you test it?
- [X] built
- [ ] run locally and tested manually
- [X] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
2026-07-11 04:15:55 +00:00

52 lines
1.4 KiB
YAML

#history.persistenceMaxQPS:
#- value: 3000
# constraints: {}
#frontend.persistenceMaxQPS:
#- value: 3000
# constraints: {}
#frontend.throttledLogRPS:
#- value: 20
# constraints: {}
#history.defaultActivityRetryPolicy:
#- value:
# InitialIntervalInSeconds: 1
# MaximumIntervalCoefficient: 100.0
# BackoffCoefficient: 2.0
# MaximumAttempts: 0
#history.defaultWorkflowRetryPolicy:
#- value:
# InitialIntervalInSeconds: 1
# MaximumIntervalCoefficient: 100.0
# BackoffCoefficient: 2.0
# MaximumAttempts: 0
# system.secondaryVisibilityWritingMode:
# - value: "off"
# constraints: {}
# system.enableReadFromSecondaryVisibility:
# - value: false
# constraints: {}
#system.enableParentClosePolicyWorker:
# - value: true
frontend.workerVersioningDataAPIs:
- value: true
frontend.workerVersioningWorkflowAPIs:
- value: true
system.enableDeployments:
- value: true
system.enableDeploymentVersions:
- value: true
frontend.workerVersioningRuleAPIs:
- value: true
component.nexusoperations.callback.endpoint.template:
- value: http://localhost:7243/namespaces/{{.NamespaceName}}/nexus/callback
callback.allowedAddresses:
- value:
- Pattern: "*"
AllowInsecure: true
matching.queryWorkflowTaskTimeoutLogRate:
- value: 1.0
history.ReplicationEnableUpdateWithNewTaskMerge:
- value: true
history.hostLevelCacheMaxSize:
- value: 8192