Commit 0985da3
committed
fix(webapp): default LLM_PRICING_RELOAD_PUBSUB_ENABLED to off
Most processes that import the registry (dashboard, workers, single-
service self-hosted webapp) don't actually need real-time pricing
freshness — the existing 5-minute interval is fine. Only OTel-ingesting
services where pricing directly affects span cost enrichment need to
subscribe.
Default off, opt-in on the span-ingesting services in multi-service
deployments. Self-hosters running a single webapp can flip it on if
they want sub-second freshness, but the default keeps reload load
off processes that don't benefit from it.1 parent 1381c9d commit 0985da3
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
1430 | | - | |
1431 | | - | |
1432 | | - | |
1433 | | - | |
1434 | | - | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments