Skip to content

Commit 2c6cde5

Browse files
authored
Merge pull request #8248 from MicrosoftDocs/phecke-updates
Writing plug-ins alert update
2 parents 1bd092c + 40123ed commit 2c6cde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/write-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ More information about handling exceptions: [Handle exceptions in plug-ins](hand
179179
When writing your plug-in, it is critical that it must execute efficiently and quickly. However long your plug-in takes to execute causes the end user that invoked the message operation (which triggered your plug-in) to wait. In addition to processing the message operation, Dataverse executes all registered synchronous plug-ins in the pipeline including your plug-in. When plug-ins take too long to execute, or if too many plug-ins are registered in a pipeline, this can result in a non-responsive application UI or worst case a timeout error with pipeline rollback.
180180

181181
> [!IMPORTANT]
182-
> Plug-ins must adhere to an execution time limit.
182+
> Plug-ins must adhere to an execution time limit and resource constraints.
183183
> More information: [Anaylyze plug-in performance](analyze-performance.md)
184184

185185
## Using early-bound types in plug-in code

0 commit comments

Comments
 (0)