I\'m using FastAPI with aiohttp, I built a singleton for a persistent session and I\'m using it for opening the session at startup and closing it at sh
FastAPI
aiohttp