"Timeout {}s waiting for workers to become healthy",
"Timeout {}s waiting for workers {:?} to become healthy. Please set --router-worker-startup-timeout-secs (sglang_router.launch_server) or --worker-startup-timeout-secs (sglang_worker.router) to a larger value",
timeout_secs
timeout_secs,worker_urls
);
);
returnErr(format!(
returnErr(format!(
"Timeout {}s waiting for workers to become healthy",
"Timeout {}s waiting for workers {:?} to become healthy. Please set --router-worker-startup-timeout-secs (sglang_router.launch_server) or --worker-startup-timeout-secs (sglang_worker.router) to a larger value",
"Timeout {}s waiting for worker {} to become healthy",
"Timeout {}s waiting for worker {} to become healthy. Please set --router-worker-startup-timeout-secs (sglang_router.launch_server) or --worker-startup-timeout-secs (sglang_worker.router) to a larger value",
timeout_secs,worker_url
timeout_secs,worker_url
);
);
returnErr(format!(
returnErr(format!(
"Timeout {}s waiting for worker {} to become healthy",
"Timeout {}s waiting for worker {} to become healthy. Please set --router-worker-startup-timeout-secs (sglang_router.launch_server) or --worker-startup-timeout-secs (sglang_worker.router) to a larger value",