-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Hi Team,
We are facing timeout issue when try to insert data in a table. The issue is intermittent. The table has only 4 columns and primary key as well.
Details of the code and Infra: -
- Connection timeout is : 90
- Command Timeout is default (30).
- Application is in dotnet core 2.2
- Dapper version is 1.50.5
- Sql Version is 12.0.6372.1
- Application deployed in Linux container in PCF (Ubuntu 18.04 (Bionic Beaver))
Error details: -
ExceptionMessage: 'Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.';
Inner exception message: 'Unknown error 258'
Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Thanks in advance.