We're having "storms" of DB disconnections and connections timeouts once every couple of days.
We're running Node.js on Azure WebApps and using tedious to connect SQL Azure, any ideas where to start looking for the problem?
We're having "storms" of DB disconnections and connections timeouts once every couple of days.
We're running Node.js on Azure WebApps and using tedious to connect SQL Azure, any ideas where to start looking for the problem?
It seems like you are having timeouts. Unfortunately retry logic is required. Using the correct retry policy should help you fix/mitigate your timeouts and downtime.
Here is what I would recommend :
Here is the sample code for C#, you should be to replicate in Javascript and that should mitigate your timeouts and downtime.
If that does not fix the issue, please email your servername and dbname at mebha at microsoft dot com and I will have one of our engineers look at it.
Best,
Meet Bhagdev
Program Manager, Microsoft