Transient DB connection issues are expected and as mentioned EF includes ways to set the retry and timeout options. We have moved to a VM in Azure and have higher transient connection failures than before which we have overcome in our software package with retry logic, but this cannot seem to be enabled in our queries.
Transient DB connection issues are expected and as mentioned EF includes ways to set the retry and timeout options. We have moved to a VM in Azure and have higher transient connection failures than before which we have overcome in our software package with retry logic, but this cannot seem to be enabled in our queries.