You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/metrics
Alexandre Flament 41f6359d06 [fix] error recorder: avoid RuntimeError on some rare occasion
httpx.RequestError (subclass of httpx.HTTPError) has a property request.
This property raises a RuntimeError if the attributes _request is None.
To avoid a cascade of errors, this commit reads directly the _request attribute.
3 years ago
..
__init__.py [pylint] searx: drop no longer needed 'missing-function-docstring' 3 years ago
error_recorder.py [fix] error recorder: avoid RuntimeError on some rare occasion 3 years ago
models.py [enh] rewrite and enhance metrics 3 years ago