limitex v0.1.1 Limitex View Source

A pure Elixir distributed rate limiter based on Token Bucket algorithm.

Link to this section Summary

Link to this section Functions

Link to this function

check_rate(id, scale_ms, limit, increment \\ 1)

View Source

See Limitex.RateLimiter.check_rate/4.