mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-08-26 17:31:37 +00:00
fix: include navi-offroute (8428) in navi-admin fleet list
navi-offroute (:8428, extraction #8) was missing from fleet.py's SERVICES list, so it never appeared in /api/admin/fleet. Add the one (name, port) row — the single source of truth that build_fleet, dependency_summaries, and the self-info fanned_services all derive from. 8427/navi-admin is the aggregator itself (self-poll), correctly not in its own fan-out. Co-authored-by: Matt Johnson <mj@k7zvx.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
65911d320c
commit
b5079fd192
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ SERVICES = [
|
||||||
('navi-landclass', 8424), # #4 PAD-US land classification
|
('navi-landclass', 8424), # #4 PAD-US land classification
|
||||||
('navi-places', 8425), # #5 OSM place detail + enrichment
|
('navi-places', 8425), # #5 OSM place detail + enrichment
|
||||||
('navi-geo', 8426), # #6 geocode + reverse + reverse bundle
|
('navi-geo', 8426), # #6 geocode + reverse + reverse bundle
|
||||||
|
('navi-offroute', 8428), # #8 off-network routing + MVUM
|
||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_FANOUT_TIMEOUT_S = 3.0
|
DEFAULT_FANOUT_TIMEOUT_S = 3.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue