Nginx – Sqalchemy slow async execute
I have an async FastApi service running on kustomizse behind nginx and a NLB. Been working all good but doing some profiling locally I noticed the db query I have using sqlalchemy asyncSessions() and AsyncEngine seems to be a bit…