I have a expressjs application hosted on Azure web app with Always On enabled.
I am using bookshelfjs to connect to the MySQL database which is hosted in another virtual server on Azure.
After sometime, when I call the web application I get below error, which told me it failed to connect to the database server:
select * from `member` where `name` = 'alvin' limit 1 -read ECONNRESET"
Is it related to the expressjs timeout problem?