summaryrefslogtreecommitdiff
path: root/searx/search/checker/background.py
AgeCommit message (Expand)Author
2022-11-05The checker requires RedisAlexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-07-30[fix] pyright repported errorsAlexandre Flament
2022-01-27[pyright:strict] searx.search.checker.backgroundMartin Fischer
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-09-07[pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-08-16[fix] searx.search.checker.get_result() always return a dictAlexandre Flament
2021-05-05[pylint] checker/__main__.py & checker/background.pyMarkus Heiser
2021-05-05[mod] multithreading only in searx.search.* packagesAlexandre Flament
2021-03-14Windows does not support SIGUSR1, so don't use it unconditionally.Rolf
2021-01-18[fix] /stats/checker : remove the timestamp field when the checker is disabledAlexandre Flament
2021-01-13[fix] checker: don't run the checker when uwsgi is not properly configuredAlexandre Flament
2021-01-12[fix] checker: fix typo unknown instead of unknowAlexandre Flament
2021-01-12[mod] checker: add status and timestamp to the resultAlexandre Flament
2021-01-12[enh] checker: background checkAlexandre Flament