[router] migrate router from actix to axum (#8479)

This commit is contained in:
Simo Lin
2025-07-30 17:47:19 -07:00
committed by GitHub
parent 299803343d
commit 66a398f49d
18 changed files with 3626 additions and 3549 deletions

View File

@@ -46,11 +46,12 @@ class TestLaunchRouter(unittest.TestCase):
dp_aware=False,
prometheus_port=None,
prometheus_host=None,
# PD-specific attributes
request_timeout_secs=60,
max_concurrent_requests=64,
cors_allowed_origins=[],
pd_disaggregation=False,
prefill=None,
decode=None,
# Keep worker_urls for regular mode
worker_urls=[],
)