I Tried Designing a Distributed Rate Limiter. Here’s Every Place It Broke.
Somewhere out there is a client with a bug — a while (true) loop with a missing break condition, hammering /api/order/create as fast as the network allows. while (true) { await fetch('/api/order/cre
Aug 15, 20268 min read20

