Post #2105025
2026-05-06 20:02 UTC
You can set a connection pool. Or use a database proxy.
Replies (1)
-
@Melusine@tarte.nuage-libre.fr 2026-05-07 05:28
Yeah, but the python runtime still needs to open sockets. We have some kafka listeners using the ORM and we got the bad surprise of openning too many connection because django would keep opening them without closing them We used it for some batch processing and to have the admin for some managing (specially for retries)