convoy
convoy copied to clipboard
Re-implement rate limiter using postgres
Re-implementation of endpoint rate limits (token bucket) using PostgreSQL stored procedures. Allows one to specify arbitrary token bucket sizes (specified in seconds).
Fixes #1927