mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 08:19:17 +02:00
[fix] checker: don't run the checker when uwsgi is not properly configured
Before this commit, even with the scheduler disabled, the checker was running at least once for each uwsgi worker.
This commit is contained in:
parent
7f0c508598
commit
912c7e975c
4 changed files with 9 additions and 6 deletions
|
@ -36,3 +36,4 @@ def schedule(delay, func, *args):
|
|||
func(*args)
|
||||
|
||||
call_later()
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue