Skip to content

Commit e79bc84

Browse files
committed
docs(policy-smart): add smart policy example in config
1 parent bbf9ec8 commit e79bc84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example.dae

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@ group {
287287
#policy: min
288288

289289
# Select the node with min moving average of latencies from the group for every connection.
290+
#policy: min_moving_avg
291+
292+
# Smart policy: select by moving average + runtime failure penalty.
293+
# Recommended when you want faster failover on transient dial failures.
294+
#policy: smart
295+
290296
policy: min_moving_avg
291297
}
292298

0 commit comments

Comments
 (0)