fix: update router unit template comment — no longer a shadow deployment (t_cd0d5388)
Stale comment said 'Production unchanged until Ryan approves cutover' — router is now production. Replaced with accurate historical note.
This commit is contained in:
@@ -41,9 +41,11 @@ ExecStart={{ llm_binary_path }} \
|
|||||||
# If per-model template overrides are ever needed, use --models-preset INI
|
# If per-model template overrides are ever needed, use --models-preset INI
|
||||||
# (but note GH #23460: sampler params in presets may not work in router mode).
|
# (but note GH #23460: sampler params in presets may not work in router mode).
|
||||||
#
|
#
|
||||||
# SHADOW DEPLOYMENT: this unit serves port {{ llm_router_port }} only.
|
# SHADOW DEPLOYMENT NOTE (historical — 2026-08-12, t_0cca74a2):
|
||||||
# Production (llama-server-qwen, port 8002) is unchanged until Ryan approves
|
# This unit was originally deployed on port 8003 as a shadow. After validation,
|
||||||
# cutover after validation gates pass (see task t_0cca74a2 and proposal doc).
|
# it was promoted to production on port 8002 (t_cd0d5388). The --port value
|
||||||
|
# above is the authoritative value; the port 8003 references below are historical.
|
||||||
|
# Production is now llama-server-router (this unit); llama-server-qwen is the rollback target.
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
TimeoutStartSec=600
|
TimeoutStartSec=600
|
||||||
|
|||||||
Reference in New Issue
Block a user