sunfuze / egg-knex

knex plugin for egg
MIT License
57 stars 15 forks source link

TimeoutError: Knex: Timeout acquiring a connection. The pool is probably full #29

Closed anUniqueBoy closed 3 years ago

anUniqueBoy commented 3 years ago

TimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

anUniqueBoy commented 3 years ago

How to solve it

sunfuze commented 3 years ago

TimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?

Can you provide more using code?