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)
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)