Skip to content

Instantly share code, notes, and snippets.

View XhinLiang's full-sized avatar
🎯
Focusing

华华 XhinLiang

🎯
Focusing
View GitHub Profile
@XhinLiang
XhinLiang / rate-limiter-in-action.md
Last active December 16, 2023 14:20
Rate Limiter Overview

Rate Limiter In Action

Overview

The backend systems which have lots of request per second always need a local rate limiter to protect themself.

Which "local" means that this rate limiter worked in only this process and not shared with another.

Here are some local rate limiter used in prodction evironment.

  • Fixed Window