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
1 trace relative à backend dans le dépôt CommonTrace.
1 trace relative à backend dans le dépôt CommonTrace.
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.