index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
search
/
checker
/
background.py
Age
Commit message (
Expand
)
Author
2025-07-09
[mod] migrate from Redis to Valkey (#4795)
Gaspard d'Hautefeuille
2025-04-22
[fix] issues when launching a local development server
Markus Heiser
2024-03-11
[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION
Markus Heiser
2024-03-02
Drop typing-extensions dependency (#3265)
Alexandre Flament
2022-12-10
move searx.shared.redisdb to searx.redisdb
Alexandre Flament
2022-11-05
The checker requires Redis
Alexandre Flament
2022-09-27
[fix] typos / reported by @kianmeng in searx PR-3366
Markus Heiser
2022-07-30
[fix] pyright repported errors
Alexandre Flament
2022-01-27
[pyright:strict] searx.search.checker.background
Martin Fischer
2021-12-27
[format.python] initial formatting of the python code
Markus 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 dict
Alexandre Flament
2021-05-05
[pylint] checker/__main__.py & checker/background.py
Markus Heiser
2021-05-05
[mod] multithreading only in searx.search.* packages
Alexandre Flament
2021-03-14
Windows 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 disabled
Alexandre Flament
2021-01-13
[fix] checker: don't run the checker when uwsgi is not properly configured
Alexandre Flament
2021-01-12
[fix] checker: fix typo unknown instead of unknow
Alexandre Flament
2021-01-12
[mod] checker: add status and timestamp to the result
Alexandre Flament
2021-01-12
[enh] checker: background check
Alexandre Flament