Skip to content

Commit 1c2a65e

Browse files
committed
increase timeout for backends
1 parent 515f556 commit 1c2a65e

6 files changed

Lines changed: 63 additions & 63 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: 1.151.0
33
description: matrix synapse kubernetes deployment
44
name: synapse
5-
version: 2.4.12
5+
version: 2.4.13

charts/synapse/templates/envoy-configmap.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ data:
410410
411411
clusters:
412412
- name: httpd-client-reader
413-
connect_timeout: 0.02s
413+
connect_timeout: 1.00s
414414
type: STRICT_DNS
415415
dns_lookup_family: V4_ONLY
416416
ignore_health_on_host_removal: true
@@ -443,7 +443,7 @@ data:
443443
address: synapse-client-reader-headless
444444
port_value: 8008
445445
- name: httpd-federation-ip-hash
446-
connect_timeout: 0.02s
446+
connect_timeout: 1.00s
447447
type: STRICT_DNS
448448
dns_lookup_family: V4_ONLY
449449
ignore_health_on_host_removal: true
@@ -468,7 +468,7 @@ data:
468468
address: synapse-federation-reader-headless
469469
port_value: 8008
470470
- name: httpd-room-hash
471-
connect_timeout: 0.02s
471+
connect_timeout: 1.00s
472472
type: STRICT_DNS
473473
dns_lookup_family: V4_ONLY
474474
ignore_health_on_host_removal: true
@@ -493,7 +493,7 @@ data:
493493
address: synapse-room-headless
494494
port_value: 8008
495495
- name: httpd-user-hash
496-
connect_timeout: 0.02s
496+
connect_timeout: 1.00s
497497
type: STRICT_DNS
498498
dns_lookup_family: V4_ONLY
499499
ignore_health_on_host_removal: true
@@ -518,7 +518,7 @@ data:
518518
address: synapse-sync-headless
519519
port_value: 8008
520520
- name: httpd-master
521-
connect_timeout: 0.02s
521+
connect_timeout: 1.00s
522522
type: STRICT_DNS
523523
dns_lookup_family: V4_ONLY
524524
ignore_health_on_host_removal: true
@@ -545,7 +545,7 @@ data:
545545
address: synapse-master
546546
port_value: 8008
547547
- name: httpd-typing
548-
connect_timeout: 0.02s
548+
connect_timeout: 1.00s
549549
type: STRICT_DNS
550550
dns_lookup_family: V4_ONLY
551551
ignore_health_on_host_removal: true
@@ -572,7 +572,7 @@ data:
572572
address: synapse-typing
573573
port_value: 8008
574574
- name: httpd-to-device
575-
connect_timeout: 0.02s
575+
connect_timeout: 1.00s
576576
type: STRICT_DNS
577577
dns_lookup_family: V4_ONLY
578578
ignore_health_on_host_removal: true
@@ -599,7 +599,7 @@ data:
599599
address: synapse-to-device
600600
port_value: 8008
601601
- name: httpd-account-data
602-
connect_timeout: 0.02s
602+
connect_timeout: 1.00s
603603
type: STRICT_DNS
604604
dns_lookup_family: V4_ONLY
605605
ignore_health_on_host_removal: true
@@ -626,7 +626,7 @@ data:
626626
address: synapse-account-data
627627
port_value: 8008
628628
- name: httpd-receipts
629-
connect_timeout: 0.02s
629+
connect_timeout: 1.00s
630630
type: STRICT_DNS
631631
dns_lookup_family: V4_ONLY
632632
ignore_health_on_host_removal: true
@@ -653,7 +653,7 @@ data:
653653
address: synapse-receipts
654654
port_value: 8008
655655
- name: httpd-presence
656-
connect_timeout: 0.02s
656+
connect_timeout: 1.00s
657657
type: STRICT_DNS
658658
dns_lookup_family: V4_ONLY
659659
ignore_health_on_host_removal: true
@@ -680,7 +680,7 @@ data:
680680
address: synapse-presence
681681
port_value: 8008
682682
- name: httpd-push-rules
683-
connect_timeout: 0.02s
683+
connect_timeout: 1.00s
684684
type: STRICT_DNS
685685
dns_lookup_family: V4_ONLY
686686
ignore_health_on_host_removal: true
@@ -707,7 +707,7 @@ data:
707707
address: synapse-push-rules
708708
port_value: 8008
709709
- name: httpd-device-lists
710-
connect_timeout: 0.02s
710+
connect_timeout: 1.00s
711711
type: STRICT_DNS
712712
dns_lookup_family: V4_ONLY
713713
ignore_health_on_host_removal: true
@@ -735,7 +735,7 @@ data:
735735
port_value: 8008
736736
{{- if .Values.experimentalFeatures.msc4306.enabled }}
737737
- name: httpd-thread-subscriptions
738-
connect_timeout: 0.02s
738+
connect_timeout: 1.00s
739739
type: STRICT_DNS
740740
dns_lookup_family: V4_ONLY
741741
ignore_health_on_host_removal: true
@@ -764,7 +764,7 @@ data:
764764
{{- end }}
765765
{{- if .Values.matrixAuthentication.enabled }}
766766
- name: httpd-matrix-auth
767-
connect_timeout: 0.02s
767+
connect_timeout: 1.00s
768768
type: STRICT_DNS
769769
dns_lookup_family: V4_ONLY
770770
ignore_health_on_host_removal: true
@@ -792,7 +792,7 @@ data:
792792
port_value: 80
793793
{{- end }}
794794
- name: httpd-user-dir
795-
connect_timeout: 0.02s
795+
connect_timeout: 1.00s
796796
type: STRICT_DNS
797797
dns_lookup_family: V4_ONLY
798798
ignore_health_on_host_removal: true
@@ -819,7 +819,7 @@ data:
819819
address: synapse-user-dir
820820
port_value: 8008
821821
- name: httpd-media-repository
822-
connect_timeout: 0.02s
822+
connect_timeout: 1.00s
823823
type: STRICT_DNS
824824
dns_lookup_family: V4_ONLY
825825
ignore_health_on_host_removal: true

charts/synapse/tests/golden/fixtures/test-envoy-configmap-msc4306.golden.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ data:
10091009
10101010
clusters:
10111011
- name: httpd-client-reader
1012-
connect_timeout: 0.02s
1012+
connect_timeout: 1.00s
10131013
type: STRICT_DNS
10141014
dns_lookup_family: V4_ONLY
10151015
ignore_health_on_host_removal: true
@@ -1042,7 +1042,7 @@ data:
10421042
address: synapse-client-reader-headless
10431043
port_value: 8008
10441044
- name: httpd-federation-ip-hash
1045-
connect_timeout: 0.02s
1045+
connect_timeout: 1.00s
10461046
type: STRICT_DNS
10471047
dns_lookup_family: V4_ONLY
10481048
ignore_health_on_host_removal: true
@@ -1067,7 +1067,7 @@ data:
10671067
address: synapse-federation-reader-headless
10681068
port_value: 8008
10691069
- name: httpd-room-hash
1070-
connect_timeout: 0.02s
1070+
connect_timeout: 1.00s
10711071
type: STRICT_DNS
10721072
dns_lookup_family: V4_ONLY
10731073
ignore_health_on_host_removal: true
@@ -1092,7 +1092,7 @@ data:
10921092
address: synapse-room-headless
10931093
port_value: 8008
10941094
- name: httpd-user-hash
1095-
connect_timeout: 0.02s
1095+
connect_timeout: 1.00s
10961096
type: STRICT_DNS
10971097
dns_lookup_family: V4_ONLY
10981098
ignore_health_on_host_removal: true
@@ -1117,7 +1117,7 @@ data:
11171117
address: synapse-sync-headless
11181118
port_value: 8008
11191119
- name: httpd-master
1120-
connect_timeout: 0.02s
1120+
connect_timeout: 1.00s
11211121
type: STRICT_DNS
11221122
dns_lookup_family: V4_ONLY
11231123
ignore_health_on_host_removal: true
@@ -1144,7 +1144,7 @@ data:
11441144
address: synapse-master
11451145
port_value: 8008
11461146
- name: httpd-typing
1147-
connect_timeout: 0.02s
1147+
connect_timeout: 1.00s
11481148
type: STRICT_DNS
11491149
dns_lookup_family: V4_ONLY
11501150
ignore_health_on_host_removal: true
@@ -1171,7 +1171,7 @@ data:
11711171
address: synapse-typing
11721172
port_value: 8008
11731173
- name: httpd-to-device
1174-
connect_timeout: 0.02s
1174+
connect_timeout: 1.00s
11751175
type: STRICT_DNS
11761176
dns_lookup_family: V4_ONLY
11771177
ignore_health_on_host_removal: true
@@ -1198,7 +1198,7 @@ data:
11981198
address: synapse-to-device
11991199
port_value: 8008
12001200
- name: httpd-account-data
1201-
connect_timeout: 0.02s
1201+
connect_timeout: 1.00s
12021202
type: STRICT_DNS
12031203
dns_lookup_family: V4_ONLY
12041204
ignore_health_on_host_removal: true
@@ -1225,7 +1225,7 @@ data:
12251225
address: synapse-account-data
12261226
port_value: 8008
12271227
- name: httpd-receipts
1228-
connect_timeout: 0.02s
1228+
connect_timeout: 1.00s
12291229
type: STRICT_DNS
12301230
dns_lookup_family: V4_ONLY
12311231
ignore_health_on_host_removal: true
@@ -1252,7 +1252,7 @@ data:
12521252
address: synapse-receipts
12531253
port_value: 8008
12541254
- name: httpd-presence
1255-
connect_timeout: 0.02s
1255+
connect_timeout: 1.00s
12561256
type: STRICT_DNS
12571257
dns_lookup_family: V4_ONLY
12581258
ignore_health_on_host_removal: true
@@ -1279,7 +1279,7 @@ data:
12791279
address: synapse-presence
12801280
port_value: 8008
12811281
- name: httpd-push-rules
1282-
connect_timeout: 0.02s
1282+
connect_timeout: 1.00s
12831283
type: STRICT_DNS
12841284
dns_lookup_family: V4_ONLY
12851285
ignore_health_on_host_removal: true
@@ -1306,7 +1306,7 @@ data:
13061306
address: synapse-push-rules
13071307
port_value: 8008
13081308
- name: httpd-device-lists
1309-
connect_timeout: 0.02s
1309+
connect_timeout: 1.00s
13101310
type: STRICT_DNS
13111311
dns_lookup_family: V4_ONLY
13121312
ignore_health_on_host_removal: true
@@ -1333,7 +1333,7 @@ data:
13331333
address: synapse-device-lists
13341334
port_value: 8008
13351335
- name: httpd-thread-subscriptions
1336-
connect_timeout: 0.02s
1336+
connect_timeout: 1.00s
13371337
type: STRICT_DNS
13381338
dns_lookup_family: V4_ONLY
13391339
ignore_health_on_host_removal: true
@@ -1360,7 +1360,7 @@ data:
13601360
address: synapse-thread-subscriptions
13611361
port_value: 8008
13621362
- name: httpd-matrix-auth
1363-
connect_timeout: 0.02s
1363+
connect_timeout: 1.00s
13641364
type: STRICT_DNS
13651365
dns_lookup_family: V4_ONLY
13661366
ignore_health_on_host_removal: true
@@ -1387,7 +1387,7 @@ data:
13871387
address: matrix-authentication
13881388
port_value: 80
13891389
- name: httpd-user-dir
1390-
connect_timeout: 0.02s
1390+
connect_timeout: 1.00s
13911391
type: STRICT_DNS
13921392
dns_lookup_family: V4_ONLY
13931393
ignore_health_on_host_removal: true
@@ -1414,7 +1414,7 @@ data:
14141414
address: synapse-user-dir
14151415
port_value: 8008
14161416
- name: httpd-media-repository
1417-
connect_timeout: 0.02s
1417+
connect_timeout: 1.00s
14181418
type: STRICT_DNS
14191419
dns_lookup_family: V4_ONLY
14201420
ignore_health_on_host_removal: true

0 commit comments

Comments
 (0)