Name: | python3-ratelimitingfilter |
Version: | 1.5 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 27167 |
License: | MIT |
RPM: |
python3-ratelimitingfilter-1.5-2.el8.noarch.rpm
|
Source RPM: |
python-ratelimitingfilter-1.5-2.el8.src.rpm
|
Build Date: | Sun May 08 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/wkeeling/ratelimitingfilter |
Summary: | A rate limiting filter for the Python logging system |
Description: | The RateLimitingFilter is a filter for the Python logging system that allows
you to restrict the rate at which messages can pass through your logging
handlers. The filter can be useful if you're using a handler such as Python's
logging.handlers.SMTPHandler to send error notification emails.
Error notification emails provide a useful means of keeping an eye on. |