套件:python3-pyrate-limiter(3.9.0-1)
python3-pyrate-limiter 的相關連結
Debian 的資源:
下載原始碼套件 pyrate-limiter:
- [pyrate-limiter_3.9.0-1.dsc]
- [pyrate-limiter_3.9.0.orig.tar.gz]
- [pyrate-limiter_3.9.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-pyrate-limiter 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)