Skip to content

Commit 860fa28

Browse files
committed
update commit
1 parent 48fb4ef commit 860fa28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-troubleshooting-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Heavy data processing, internal errors, and insufficient compute resources can c
6969
1. Check the Durable Task Framework traces for warnings or errors for the impacted orchestration instance ID. A sample query can be found in the [Trace Errors/Warnings section](#trace-errorswarnings).
7070

7171
2. If your app utilizes the .NET in-process model, consider enabling [extended sessions](./durable-functions-azure-storage-provider.md#extended-sessions).
72-
Excessive history load can result in slow orchestrator processing.
72+
This minimizes history loads, which can slow down processing.
7373

7474
3. Check for performance and scalability bottlenecks.
75-
Application performance depends on many factors. For example, high CPU usage or large memory consumption can result in delays. Read [Performance and scale in Durable Functions](./durable-functions-perf-and-scale.md) for detailed guidance.
75+
Application performance depends on many factors. For example, high CPU usage, or large memory consumption can result in delays. Please read [Performance and scale in Durable Functions](./durable-functions-perf-and-scale.md) for detailed guidance.
7676

7777
## Sample Queries
7878

0 commit comments

Comments
 (0)