Python

gevent pool Celery worker 에서 asyncio.run() 이 간헐적으로 터지는 이유

2026-04-27 Comments

RuntimeError: asyncio.run() cannot be called from a running event loop — 단일 호출은 멀쩡한데 동시 실행에서만 터지는 race condition 정리

Mock Patchers

2022-02-08 Comments