Skip to content

Commit e09ecb6

Browse files
committed
Fixing links
1 parent f2a5b62 commit e09ecb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/troubleshoot-dotnet-sdk-request-timeout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to diagnose and fix .NET SDK request timeout exceptions.
44
author: seesharprun
55
ms.service: cosmos-db
66
ms.subservice: nosql
7-
ms.date: 09/15/2023
7+
ms.date: 02/15/2023
88
ms.author: sidandrews
99
ms.topic: troubleshooting
1010
ms.reviewer: mjbrown
@@ -57,7 +57,7 @@ These exceptions are safe to retry on and can be treated as [timeouts](conceptua
5757

5858
#### Solution
5959

60-
Verify the configured time in your `CancellationToken`, make sure that it's greater than your [RequestTimeout](#requesttimeout) and the [CosmosClientOptions.OpenTcpConnectionTimeout](/dotnet/api/microsoft.azure.cosmos.cosmosclientoptions.opentcpconnectiontimeout) (if you're using [Direct mode](sdk-connection-modes.md)).
60+
Verify the configured time in your `CancellationToken`, make sure that it's greater than your [RequestTimeout](#request-level-timeouts) and the [CosmosClientOptions.OpenTcpConnectionTimeout](/dotnet/api/microsoft.azure.cosmos.cosmosclientoptions.opentcpconnectiontimeout) (if you're using [Direct mode](sdk-connection-modes.md)).
6161
If the available time in the `CancellationToken` is less than the configured timeouts, and the SDK is facing [transient connectivity issues](conceptual-resilient-sdk-applications.md#timeouts-and-connectivity-related-failures-http-408503), the SDK won't be able to retry and will throw `CosmosOperationCanceledException`.
6262

6363
### High CPU utilization

0 commit comments

Comments
 (0)