Sticky caller affinity: each user keeps their own warm worker
The sticky routing strategy maps each caller to a preferred worker by an identity hash, so multi-turn chats keep landing on the box where the model is loaded and the prompt cache is hot — a deterministic mapping with no session table to replicate.