2022-07-07 20:11:50 +00:00
|
|
|
server:
|
|
|
|
config:
|
|
|
|
logLevel: "debug,info"
|
|
|
|
|
|
|
|
numHistoryShards: 512
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
default:
|
|
|
|
driver: "cassandra"
|
|
|
|
|
2024-03-11 19:20:43 +00:00
|
|
|
# faultInjection:
|
|
|
|
# targets:
|
|
|
|
# dataStores:
|
|
|
|
# ExecutionStore:
|
|
|
|
# methods:
|
|
|
|
# GetCurrentExecution:
|
|
|
|
# errors:
|
|
|
|
# ResourceExhausted: 0.1
|
|
|
|
# AppendHistoryNodes:
|
|
|
|
# errors:
|
|
|
|
# ResourceExhausted: 0.05
|
|
|
|
# UpdateWorkflowExecution:
|
|
|
|
# errors:
|
|
|
|
# ResourceExhausted: 0.15
|
|
|
|
# GetWorkflowExecution:
|
|
|
|
# errors:
|
|
|
|
# ResourceExhausted: 0.15
|
2022-07-07 20:11:50 +00:00
|
|
|
|
|
|
|
cassandra:
|
|
|
|
hosts: ["cassandra.default.svc.cluster.local"]
|
|
|
|
port: 9042
|
2024-03-11 19:20:43 +00:00
|
|
|
keyspace: temporal
|
2022-07-07 20:11:50 +00:00
|
|
|
user: "user"
|
|
|
|
password: "password"
|
|
|
|
existingSecret: ""
|
|
|
|
replicationFactor: 1
|
|
|
|
consistency:
|
|
|
|
default:
|
|
|
|
consistency: "local_quorum"
|
|
|
|
serialConsistency: "local_serial"
|
|
|
|
|
|
|
|
cassandra:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
mysql:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
schema:
|
|
|
|
setup:
|
|
|
|
enabled: false
|
|
|
|
update:
|
|
|
|
enabled: false
|