Fast Response
Overview
fast_response is a route-local plugin that returns a deterministic fallback message immediately.
It aligns to config/plugin/fast-response/busy.yaml.
Key Advantages
- Short-circuits expensive routes when a lightweight fallback is enough.
- Keeps overload behavior local to the route that needs it.
- Makes the fallback message explicit in config.
What Problem Does It Solve?
Some routes should degrade gracefully instead of waiting for the full model path. fast_response gives those routes an immediate response path without changing global behavior.