Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 429e50e

Browse files
committed
Add workaround for 1.9.x compatibility
firdaus/temporal-python-sdk#14
1 parent 068469a commit 429e50e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dynamicconfig.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ frontend.historyMgrNumConns:
1313
frontend.throttledLogRPS:
1414
- value: 20
1515
constraints: {}
16+
17+
# https://github.com/firdaus/temporal-python-sdk/issues/14
18+
frontend.keepAliveMaxConnectionAge:
19+
- value: 87600h # 10 years
20+
1621
history.historyMgrNumConns:
1722
- value: 50
1823
constraints: {}

0 commit comments

Comments
 (0)