I am using API express to connect my mysql database which resides in AWS.
I noticed that whenever I launched an instance of my app, it creates 3 connections to my database.
The screenshot below shows the result when I use
codeshow full processlist/code
in mysql
Can I know why API express opens 3 connections to the database? It helps to know as currently it makes my app 3 times more likely to hit max_connections limit in mysql (compared to only 1 connection)