Pakket: python3-pyrate-limiter (3.9.0-1)
Verwijzigingen voor python3-pyrate-limiter
Debian bronnen:
Het bronpakket pyrate-limiter downloaden:
- [pyrate-limiter_3.9.0-1.dsc]
- [pyrate-limiter_3.9.0.orig.tar.gz]
- [pyrate-limiter_3.9.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Request rate limiter using a leaky-bucket algorithm
This library implements a request rate limiting system utilizing the leaky- bucket algorithm. It tracks multiple rate limits and intervals as defined by users, offering both synchronous and asynchronous operation modes. The library can independently monitor rate limits for different services or resources, managing exceeded limits by raising exceptions or imposing delays on requests. It supports a range of backends such as in-memory, SQLite, Redis, and PostgreSQL, which facilitates the persistence of limit tracking across multiple threads or application restarts. This is particularly useful in environments with variable request loads, ensuring compliance with service constraints without exceeding predefined request thresholds.
Andere aan python3-pyrate-limiter gerelateerde pakketten
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)