open-webui/backend/open_webui/retrieval/web
Álvaro Justen (@turicas) 28a4df7921 fix: honor requests_per_second in FireCrawl loader
`SafeFireCrawlLoader` inherits `RateLimitMixin` and accepts
`requests_per_second` in its constructor, but neither `lazy_load` nor
`alazy_load` ever invoked `_sync_wait_for_rate_limit` /
`_wait_for_rate_limit`. The configured value (env
`WEB_LOADER_CONCURRENT_REQUESTS`) was silently ignored: the loader fired
requests as fast as the loop ran.

`_safe_process_url` is not used because it's redundant for FireCrawl:
FireCrawl fetches the target URL on the user's behalf, and `verify_ssl`
is already honored in the FireCrawl payload (`skipTlsVerification`).
2026-04-27 19:55:01 -03:00
..
testdata [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically 2025-01-03 15:07:21 -05:00
azure.py refac 2026-03-17 17:58:01 -05:00
bing.py refac 2026-03-17 17:58:01 -05:00
bocha.py refac 2026-03-17 17:58:01 -05:00
brave.py refac 2026-03-17 17:58:01 -05:00
duckduckgo.py refac 2026-03-17 17:58:01 -05:00
exa.py refac 2026-03-17 17:58:01 -05:00
external.py refac 2026-03-17 17:58:01 -05:00
firecrawl.py refactor(firecrawl): use v2 API directly (#23934) 2026-04-24 18:32:08 +09:00
google_pse.py refac 2026-03-17 17:58:01 -05:00
jina_search.py refac 2026-03-17 17:58:01 -05:00
kagi.py refac 2026-03-17 17:58:01 -05:00
main.py refac 2026-03-17 17:58:01 -05:00
mojeek.py refac 2026-03-17 17:58:01 -05:00
ollama.py refac 2026-03-17 17:58:01 -05:00
perplexity.py refac 2026-03-17 17:58:01 -05:00
perplexity_search.py refac 2026-03-17 17:58:01 -05:00
searchapi.py refac 2026-03-17 17:58:01 -05:00
searxng.py refac 2026-03-17 17:58:01 -05:00
serpapi.py refac 2026-03-17 17:58:01 -05:00
serper.py FIX: serper.dev API - Change snippet key from 'description' to 'snippet' (#22869) 2026-03-20 18:54:16 -05:00
serply.py refac 2026-03-17 17:58:01 -05:00
serpstack.py refac 2026-03-17 17:58:01 -05:00
sougou.py refac 2026-03-17 17:58:01 -05:00
tavily.py refac 2026-03-17 17:58:01 -05:00
utils.py fix: honor requests_per_second in FireCrawl loader 2026-04-27 19:55:01 -03:00
yacy.py refac 2026-03-17 17:58:01 -05:00
yandex.py refac 2026-03-17 17:58:01 -05:00
ydc.py refac 2026-03-17 17:58:01 -05:00