Idle connections running on background

Hi Team,

We are seeing lot of idle connections running on the background with thread named postgres. We are using node js as the backend application and using sequelize to connect to yugabyte.

Any idea why the connections are not getting closed post request completion?

Thanks
Karthi

Check the sequelize pool configuration. Depending on the min/max configuration, the sequelize framework will keep connections in the pool.