ComfyUI/research_api/routes
诺斯费拉图 f35196f3e5 fix: blocking scheduler calls and silent error swallowing
- Wrap all scheduler.sync_* calls in automation_routes.py with
  asyncio.get_running_loop().run_in_executor() to avoid blocking
  the async event loop
- Replace bare 'except: pass' in paper_search._save_papers_to_project
  with logging.warning
- Make API base URL configurable via RESEARCH_API_BASE_URL env var

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 20:55:10 +08:00
..
__init__.py feat: add research API routes (aiohttp, projects, papers, claims, sources, feed) 2026-04-12 17:08:19 +08:00
_db_helpers.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00
automation_routes.py fix: blocking scheduler calls and silent error swallowing 2026-04-13 20:55:10 +08:00
research_routes.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00