Skip to content

Commit 398799e

Browse files
authored
Merge pull request #8246 from MicrosoftDocs/phecke-plugin-updates
Added execution limit alert
2 parents 95c986e + 693667d commit 398799e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Write a plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to write custom code to be executed in response to data processing events." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 02/24/2023
4+
ms.date: 05/31/2023
55
ms.reviewer: "pehecke"
66
ms.topic: "article"
77
author: "divkamath" # GitHub ID
@@ -178,7 +178,9 @@ More information about handling exceptions: [Handle exceptions in plug-ins](hand
178178

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

181-
More information: [Anaylyze plug-in performance](analyze-performance.md)
181+
> [!IMPORTANT]
182+
> Plug-ins must adhere to an execution time limit.
183+
> More information: [Anaylyze plug-in performance](analyze-performance.md)
182184

183185
## Using early-bound types in plug-in code
184186

0 commit comments

Comments
 (0)