Skip to content

Commit 8db9a97

Browse files
xuehonggecfan
andauthored
Update articles/logic-apps/logic-apps-diagnosing-failures.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 1be024b commit 8db9a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/logic-apps-diagnosing-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To help with debugging, you can add diagnostic steps to a logic app workflow, al
132132

133133
### Why is the workflow run duration longer than the sum of all the workflow action durations?
134134

135-
There are scheduling overheads in running these actions. There could be waiting time between actions due to backend system load. Workflow run duration includes these scheduling times and waiting times, in addtion to the sum of all of its action durations.
135+
Scheduling overhead exists when running actions, while waiting time between actions can happen due to backend system load. A workflow run duration includes these scheduling times and waiting times along with the sum of all of the action durations.
136136

137137
1. **Most times my workflow completes within 10 seconds. But occasionally it takes as long as 50 seconds. How can I make sure it always finishes within 10 seconds?**
138138

0 commit comments

Comments
 (0)