Name: | python3-ratelimitingfilter |
Version: | 1.1 |
Release: | 3.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 25452 |
License: | MIT |
RPM: |
python3-ratelimitingfilter-1.1-3.el8.noarch.rpm
|
Source RPM: |
python-ratelimitingfilter-1.1-3.el8.src.rpm
|
Build Date: | Mon Nov 04 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.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. |