PsyTae
PsyTae
Looks like we are experiencing this same issue. We are using a pool and pool.query() for all our db queries, so if you would like additional info we can provide,...
Just updated our code to 8.3.0, in the meantime setting our max connections to 150 from 50. We are using amazon aws. Over the last 2 hours, we have noticed...
on my connection file ``` const mysql = require('mysql'); // mysql const pg = require('pg'); // postgres const log = false; //--- My SQL Connection ----------------------------------------------------------------------------------------------------------------- const mysqlConfig = {...
We are able to connect using heidi sql from the same box with the connection information the same, without any issues.
Also, the pool re-establishes the connections about 1 minute later and the script continues running as normal and expected after that reconnect.