open-webui/backend/open_webui/retrieval
Á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
..
loaders chore: format 2026-04-24 18:48:21 +09:00
models feat: add RAG_RERANKING_BATCH_SIZE configuration option 2026-04-17 08:35:45 +09:00
vector chore: format 2026-04-14 17:27:31 -05:00
web fix: honor requests_per_second in FireCrawl loader 2026-04-27 19:55:01 -03:00
utils.py refac 2026-04-24 17:59:45 +09:00