Python
gevent pool Celery worker 에서 asyncio.run() 이 간헐적으로 터지는 이유
RuntimeError: asyncio.run() cannot be called from a running event loop — 단일 호출은 멀쩡한데 동시 실행에서만 터지는 race condition 정리
RuntimeError: asyncio.run() cannot be called from a running event loop — 단일 호출은 멀쩡한데 동시 실행에서만 터지는 race condition 정리