Skip to content

Commit

Permalink
use separate dc config for local xdc
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed May 21, 2024
1 parent fa853bb commit 1f779aa
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/development-cluster-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ namespaceDefaults:
URI: "file:///tmp/temporal_vis_archival/development"

dynamicConfigClient:
filepath: "config/dynamicconfig/development-cass.yaml"
filepath: "config/dynamicconfig/development-xdc.yaml"
pollInterval: "10s"
2 changes: 1 addition & 1 deletion config/development-cluster-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ namespaceDefaults:
URI: "file:///tmp/temporal_vis_archival/development"

dynamicConfigClient:
filepath: "config/dynamicconfig/development-cass.yaml"
filepath: "config/dynamicconfig/development-xdc.yaml"
pollInterval: "10s"
2 changes: 1 addition & 1 deletion config/development-cluster-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ namespaceDefaults:
URI: "file:///tmp/temporal_vis_archival/development"

dynamicConfigClient:
filepath: "config/dynamicconfig/development-cass.yaml"
filepath: "config/dynamicconfig/development-xdc.yaml"
pollInterval: "10s"
57 changes: 57 additions & 0 deletions config/dynamicconfig/development-xdc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#frontend.enableClientVersionCheck:
#- value: true
# constraints: {}
#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
system.enableEagerWorkflowStart:
- value: true
frontend.enableUpdateWorkflowExecution:
- value: true
frontend.enableUpdateWorkflowExecutionAsyncAccepted:
- value: true
frontend.workerVersioningDataAPIs:
- value: true
frontend.workerVersioningWorkflowAPIs:
- value: true
frontend.accessHistoryFraction:
- value: 1.0
frontend.adminDeleteAccessHistoryFraction:
- value: 1.0
system.enableNexus:
# enableNexus also controls transition history which can't be enabled now
- value: false
component.nexusoperations.callback.endpoint.template:
- value: http://localhost:7243/api/v1/namespaces/{{.NamespaceName}}/nexus/callback
matching.queryWorkflowTaskTimeoutLogRate:
- value: 1.0
history.ReplicationEnableUpdateWithNewTaskMerge:
- value: true
history.enableWorkflowExecutionTimeoutTimer:
- value: true

0 comments on commit 1f779aa

Please sign in to comment.