fix: exhibit/bulk에서 concurrent DB 세션 충돌 수정
asyncio.gather로 동시에 실행되는 exhibit 항목들이 단일 DB 세션을 공유하면서 "concurrent operations are not permitted" 에러 발생. 각 _fetch_one 태스크가 AsyncSessionLocal()로 독립 세션 사용하도록 수정. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
45d832ba5c
commit
1e9432a6e3
Loading…
Reference in New Issue