docling-studio/document-parser/services
Pier-Jean Malandrino c2e91262c6 Limit concurrent analyses with asyncio.Semaphore
Unbounded asyncio.create_task calls could exhaust CPU and memory on
modest hardware. Add a configurable semaphore (MAX_CONCURRENT_ANALYSES,
default 3) so excess jobs queue instead of running all at once.
2026-04-03 13:51:53 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
analysis_service.py Limit concurrent analyses with asyncio.Semaphore 2026-04-03 13:51:53 +02:00
document_service.py Narrow exception handlers for better diagnostics 2026-04-03 13:48:33 +02:00