软件包: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
- 交互式高级面向对象语言(默认 python3 版本)