Serverless MySQL is a wrapper for Doug Wilson's amazing mysql2 Node.js module. Normally, using the mysql2 module with Node apps would be just fine. However, serverless functions (like AWS Lambda, ...
This script detects when there are sleeping sessions with open transactions older than 10 minutes by default. Such sessions can cause blocking and can prevent the transaction log from clearing, ...