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.