sequelize-pool icon indicating copy to clipboard operation
sequelize-pool copied to clipboard

Resource pool implementation. It can be used to throttle expensive resources.

Results 6 sequelize-pool issues
Sort by recently updated
recently updated
newest added

This message is mostly for @sushantdhiman but others are welcome to chime in as well. As you might have seen, sequelize has been a monorepo for a while now. With...

Hi, I wanted to share a possible bug. If `destroy` method passed to `Pool` constructor is async, then its rejection might cause an unhandled promise rejection, for example in idle...

bug

**Issue Description** In the sequelize configuration, I've set pool: { min: 10, max: 30 } When the connection is acquired it does not check if additional connections need to be...

enhancement

So we're having the exact same problem that maxUses seems to describe and we're going to implement it (pgbouncer instances are getting 4/5 and 1/5 split of traffic). It looks...

enhancement

👋 Hello community, hope you are doing great. Do we have any way to monitor the connection pool? Would like to see connections being added and released, maybe even using...

Greetings! While diagnosing some db issues, we realized there may be a feature that could help mitigate or remove aborted connections. The current state of our setup is: - a...