Retoor software development Projects Research SearchXNG
Register Sign In

7 lines
128 B
Python
Raw Normal View History

[enh] add searx.shared shared dictionary between the workers (UWSGI or werkzeug) scheduler: run a task once every x seconds (UWSGI or werkzeug)
2021-01-05 11:22:48 +01:00
# SPDX-License-Identifier: AGPL-3.0-or-later
The checker requires Redis Remove the abstraction in searx.shared.SharedDict. Implement a basic and dedicated scheduler for the checker using a Redis script.
2022-07-15 18:38:32 +02:00
# lint: pylint
"""Initialization of a *shared* storage.
"""
[enh] add searx.shared shared dictionary between the workers (UWSGI or werkzeug) scheduler: run a task once every x seconds (UWSGI or werkzeug)
2021-01-05 11:22:48 +01:00
The checker requires Redis Remove the abstraction in searx.shared.SharedDict. Implement a basic and dedicated scheduler for the checker using a Redis script.
2022-07-15 18:38:32 +02:00
from . import redisdb
Reference in New Issue Copy Permalink
34e260f88f
BranchesTags
No results found.
searxng/searx/shared/__init__.py
Response time: 93ms
Mail Licenses API