Great article by
@alexa_griffith_. When multiple teams share one GPU pool, arrival order shouldn't decide who gets served first.
@_llm_d_ flow control adds admission before routing. Under saturation, priority decides which traffic advances, fairness keeps one tenant from starving the rest, and lower priority work waits. Admission is when a request runs, routing is where, and keeping them separate is the whole idea. Worth a read!