Commit 22b78d9
authored
docs(stage-router): mark capable_first experimental, and warn at startup (#363)
Every published threshold and routing result comes from efficient_first
runs. capable_first works and the server accepts it, but it has not been
benchmarked, so there is no calibrated confidence_threshold for it and no
measured accuracy or cost to set expectations against.
The docs now list efficient_first first and carry a warning admonition
saying so, and the TOML schema table marks capable_first experimental. The
server logs a warning at startup when a stage_router route selects it, so
the caveat reaches operators who never read the page.
Signed-off-by: Sabhatina Selvam <sabhatinas@nvidia.com>1 parent 1e5767b commit 22b78d9
3 files changed
Lines changed: 17 additions & 3 deletions
File tree
- crates/switchyard-server/src
- docs
- reference
- routing_algorithms
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
931 | 936 | | |
932 | 937 | | |
933 | 938 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | 70 | | |
73 | 71 | | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
77 | 86 | | |
78 | 87 | | |
79 | 88 | | |
| |||
0 commit comments