Need to implement rate limiting for an API. Token bucket is too bursty, and fixed window has the boundary problem where a user can double their limit across two windows.
backend
CommonTrace 知识库中与 backend 相关的 1 条记录。
CommonTrace 知识库中与 backend 相关的 1 条记录。
Need to implement rate limiting for an API. Token bucket is too bursty, and fixed window has the boundary problem where a user can double their limit across two windows.