@@ -124,10 +124,7 @@ proxy:
124124 profile : " auto"
125125 load_balancer : " least-connections"
126126 connection_timeout : 45s
127- retry :
128- enabled : true
129- on_connection_failure : true
130- max_attempts : 0 # Try all available endpoints
127+ # Note: Retry is automatic and built-in for connection failures
131128
132129discovery :
133130 type : " static"
@@ -212,10 +209,7 @@ proxy:
212209 profile : " auto"
213210 load_balancer : " round-robin" # Test all endpoints equally
214211 connection_timeout : 10s
215- retry :
216- enabled : true # Enable to test retry logic
217- on_connection_failure : true
218- max_attempts : 2 # Limited retries for debugging
212+ # Note: Retry is automatic and built-in for connection failures
219213
220214discovery :
221215 type : " static"
@@ -353,11 +347,7 @@ proxy:
353347 profile : " standard" # No streaming for public API
354348 load_balancer : " least-connections"
355349 connection_timeout : 20s
356- # Automatic retry with failover to other endpoints
357- retry :
358- enabled : true
359- on_connection_failure : true
360- max_attempts : 2 # Limit retries for public API
350+ # Note: Automatic retry with failover to other endpoints is built-in
361351
362352discovery :
363353 type : " static"
@@ -442,10 +432,7 @@ proxy:
442432 profile : " auto"
443433 load_balancer : " least-connections"
444434 connection_timeout : 30s
445- retry :
446- enabled : true
447- on_connection_failure : true
448- max_attempts : 0 # Try all endpoints for maximum availability
435+ # Note: Automatic retry tries all endpoints for maximum availability
449436
450437discovery :
451438 type : " static"
@@ -517,10 +504,7 @@ proxy:
517504 load_balancer : " priority"
518505 connection_timeout : 30s
519506 response_timeout : 900s
520- retry :
521- enabled : true # Automatic retry on failures
522- on_connection_failure : true
523- max_attempts : 0 # Try all available endpoints
507+ # Note: Automatic retry on failures tries all available endpoints
524508
525509discovery :
526510 type : " static"
0 commit comments