You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace <var>POOL_LIST_OR_SET_NAME</var> with either one of the following:
36
+
37
+
* A bracketed, comma-separated list of of pool names defined in the `pools{}` block of your configuration file—for example, `{ "cust_pool_1", "cust_pool_2" }`.
38
+
39
+
* The name of a set defined in the `pools{}` block of your configuration file—for example, `"set_cust_pools"`.
40
+
35
41
36
42
### `route_allfastest`
37
43
@@ -41,10 +47,16 @@ The proxy returns the first response that it receives from any pool.
Replace <var>POOL_LIST_OR_SET_NAME</var> with either one of the following:
55
+
56
+
* A bracketed, comma-separated list of of pool names defined in the `pools{}` block of your configuration file—for example, `{ "cust_pool_1", "cust_pool_2" }`.
57
+
58
+
* The name of a set defined in the `pools{}` block of your configuration file—for example, `"set_cust_pools"`.
59
+
48
60
### `route_split`
49
61
50
62
Routes a request to exactly two pools.
@@ -81,7 +93,7 @@ Routes the request to a list of pools, serially. You can tune the behavior of th
* <var>POOL_NAME</var>: the name of a pool defined in the `pools{}` block of your configuration file.
105
+
* <var>POOL_LIST_OR_SET_NAME</var>: either one of the following:
106
+
* A bracketed, comma-separated list of of pool names defined in the `pools{}` block of your configuration file—for example, `{ "cust_pool_1", "cust_pool_2" }`.
107
+
* The name of a set defined in the `pools{}` block of your configuration file—for example, `"set_cust_pools"`.
94
108
* <var>FAILOVER_COUNT</var>: the number of failures that the proxy receives from a pool before fails over to the next pool in the list.
95
109
* <var>SHUFFLE_BOOLEAN</var>: if true, then the proxy randomizes the list of pools before routing the request. Otherwise, uses the list of pools in the given order.
96
110
* <var>MISS_BOOLEAN</var>: if true, then the proxy treats both misses and errors as failures. Otherwise, the proxy counts only errors as failures.
0 commit comments