| Name: | python3-ratelimitingfilter |
| Version: | 1.5 |
| Release: | 12.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 27993 |
| License: | MIT |
| RPM: |
python3-ratelimitingfilter-1.5-12.el10_0.noarch.rpm
|
| Source RPM: |
python-ratelimitingfilter-1.5-12.el10_0.src.rpm
|
| Build Date: | Sat Jan 04 2025 |
| Build Host: | build-ol10-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. |