Good API Design leads to better Rate Limiting

Опубликовано: 17 Октябрь 2024
на канале: CodeOpinion
6,736
376

Rate Limiting to protect your API and system from being degraded when clients make too many requests. But why are they making too many requests? Look at your API design because it might be causing your clients to make unnecessary requests. Rate Limiting is still needed but likely configured differently if your clients make efficient requests.

🔗 EventStoreDB
https://eventsto.re/codeopinion

🔔 Subscribe:    / @codeopinion  

💥 Join this channel to get access to a private Discord Server and any source code in my videos.

🔥 Join via Patreon
  / codeopinion  

✔️ Join via YouTube
   / @codeopinion  

📝 Blog: https://codeopinion.com
👋 Twitter:   / codeopinion  
✨ LinkedIn:   / dcomartin  
📧 Weekly Updates: https://mailchi.mp/63c7a0b3ff38/codeo...

0:00 Latency
1:06 Retry-After Header
1:52 Resilient Client
2:44 Async Processing
4:34 Batching