Name: | python3-ratelimitingfilter |
Version: | 1.1 |
Release: | 4.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 25452 |
License: | MIT |
RPM: |
python3-ratelimitingfilter-1.1-4.el8.noarch.rpm
|
Source RPM: |
python-ratelimitingfilter-1.1-4.el8.src.rpm
|
Build Date: | Thu Dec 10 2020 |
Build Host: | jenkins-172-17-0-2-9e8b3ba6-3f5e-45dc-9a00-35c00553c6b8.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |