Skip to content

Commit dea4cbb

Browse files
committed
clarify 2 minute timeout
1 parent 94c626d commit dea4cbb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

powerapps-docs/developer/data-platform/background-operations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ contributors:
2020

2121
[This article is pre-release documentation and is subject to change.]
2222

23-
> [!NOTE]
24-
> As of May 2, 2023, this feature is being deployed and is not yet available in all regions.
25-
26-
2723
Use background operations to send requests that Dataverse processes asynchronously. Send a request this way when you don't want to maintain a connection awaiting potentially long running operations.
2824

2925
Dataverse immediately responds that the request is accepted. When the operation completes successfully, you can retrieve the result. You can poll the `backgroundoperations` table or use two different methods to get notified when a background operation completes.
@@ -33,6 +29,7 @@ Background operations require that the operation performed is defined as a custo
3329
- [Create and use custom APIs](custom-api.md)
3430
- [Retrieve data about custom APIs](custom-api-tables.md#retrieve-data-about-custom-apis)
3531

32+
Custom APIs use plug-ins to perform the data operations. Like all Dataverse plug-ins, these plug-ins have a two-minute execution time out. Sending the request asynchronously doesn't provide more execution time.
3633

3734
## Required Privileges
3835

0 commit comments

Comments
 (0)