FastAPI
Rate limiting
Capping request rate per client to protect availability.
Why interviewers ask about it
The distributed catch: an in-memory counter behind four instances enforces four times the intended limit. State belongs in Redis.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.