Hey team, we’ve noticed that when running our service tests in Apidog, many database sessions remain open after executing queries, and it seems like those connections aren’t being closed properly, which is starting to overload the database. Does anyone know how Apidog manages DB connections during tests, whether they close automatically, and if there are recommended settings or best practices to avoid this issue?
What database are you using with Apidog? This will help us investigate the connection management behavior specific to your setup.
PostgreSQL, Mongo and Redis
The main issue is in PostgreSQL
We have identified the issue and will release corresponding optimizations soon.