added repo

This commit is contained in:
Your Name
2026-08-26 03:39:42 +05:30
parent 45c25a95af
commit b8575bb8b9
6889 changed files with 1217125 additions and 0 deletions
@@ -0,0 +1,57 @@
server:
config:
logLevel: "debug,info"
numHistoryShards: 512
persistence:
default:
driver: "cassandra"
# 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
cassandra:
hosts: ["cassandra.default.svc.cluster.local"]
port: 9042
keyspace: temporal
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:
createDatabase:
enabled: true
setup:
enabled: false
update:
enabled: false