ratx
Concurrency limiter
Provides an Erlang application to limit task concurrency and protect against overload
Rate limiter and overload protection for erlang application
20 stars
3 watching
4 forks
Language: Erlang
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Limits concurrent execution of promise-returning and async functions. | 2,083 |
| A library that limits concurrency and provides features like timeouts, dynamic priority, and context cancellation for goroutines. | 17 |
| Distributed rate limiting solution with various algorithms and backends | 474 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
| Enables users to set limits on actions performed within specified time intervals | 767 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| A rate limiting tool for FastAPI applications | 518 |
| A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
| A set of performant rate limiters for Go applications | 88 |
| A Redis-based backend for implementing rate limiting in Elixir applications. | 50 |
| A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
| A package to limit concurrency in Goroutines | 71 |
| A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
| An Elixir implementation of rate limiting and throttling using Mnesia | 14 |