SurfSense/surfsense_backend/app/services/jira
CREDO23 1791241c0c perf(indexers): offload sync embed_text to thread across background workers
Connector kb_sync_services (gmail, onedrive, google_calendar, jira),
streaming indexers (discord, luma, teams) and the file-processor save
path all called embed_text inside async coroutines, blocking the
background worker's event loop for the duration of the embed. Wrap each
call site in asyncio.to_thread so concurrent indexing tasks stop
serialising on the embed.
2026-05-20 10:09:38 +02:00
..
__init__.py feat: initial files for jira and confluence HITL tool 2026-03-21 12:16:44 +05:30
kb_sync_service.py perf(indexers): offload sync embed_text to thread across background workers 2026-05-20 10:09:38 +02:00
tool_metadata_service.py refactor: deduplicate issue type names in JiraToolMetadataService 2026-03-21 21:02:52 +05:30