1 min readNov 13, 2018
They are queued and will execute once connections are released back into the pool. You can disable queuing and return an error instead by setting `waitForConnections: false`
You can also limit the queue with `queueLimit: 100`
The settings are documented here: https://github.com/mysqljs/mysql#pool-options