server: drop unwired try_admit_rewrite / 503 admission surface

This commit is contained in:
Devin AI 2026-05-09 20:58:17 +00:00
parent 4bb7964af9
commit 6a3f0677ae
7 changed files with 12 additions and 109 deletions

View file

@ -3360,7 +3360,6 @@ async fn ingest_per_actor_admission_cap_returns_429() {
let workload = omnigraph_server::workload::WorkloadController::new(
1, // per-actor in-flight cap (the fixture under test)
1_000_000_000, // per-actor byte budget — large so it never bottlenecks
4, // global rewrite cap (default-equivalent)
);
let state = AppState::new_with_workload(
repo.to_string_lossy().to_string(),