logoalt Hacker News

mrkaye97yesterday at 6:32 PM1 replyview on HN

+1 to this - I've griped pretty often that FastAPI's documentation implicitly recommends this (https://fastapi.tiangolo.com/tutorial/sql-databases/#create-...) by suggesting using dependency injection to manage database connections, only to start seeing connection pool exhausted errors as soon as the number of concurrent requests exceeds the number of allowed connections.


Replies

frollogastonyesterday at 6:34 PM

Oh wow. Dep injection for DB connections is nasty.

show 1 reply