mirror of
https://github.com/searxng/searxng.git
synced 2026-03-27 12:10:24 -04:00
Report to the user suspended engines. searx.search.processor.abstract: * manages suspend time (per network). * reports suspended time to the ResultContainer (method extend_container_if_suspended) * adds the results to the ResultContainer (method extend_container) * handles exceptions (method handle_exception)