パッケージ: 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)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)