Skip to content

Commit e0f2a20

Browse files
authored
Update source-insert-functions [netlify-build]
1 parent 3a1c850 commit e0f2a20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/connections/functions/source-insert-functions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Source Insert Functions
3+
34
---
45

56
> info "Source Insert Function is in Public Beta"
@@ -73,18 +74,23 @@ The errors listed are all permanent errors, except `RetryError`. When a `RetryEr
7374
### Source insert functions FAQs
7475

7576
**The Delivery Overview tab does not display any errors that occur within the source insert function.**
77+
7678
If errors arise or events are dropped, they will appear as if the events never flowed from the source.
7779

7880
**Can I test the function with different event types?**
81+
7982
You can test the function with different event types from the **Test** tab in the code editor, similar to other functions.
8083

8184
**Can I use source insert functions for all types of Source?**
85+
8286
Source insert functions only work for event sources, not object sources or rETL.
8387

8488
**What is the expected latency for a source insert function?**
89+
8590
Typically, it takes a source insert function between 200 milliseconds to 5 seconds to complete, based on the complexity of the function. The default timeout is 5 seconds but can be increased to 60 seconds.
8691

8792
**What is the runtime environment?**
93+
8894
Segment supports Node.js V18. The dependencies listed [here](https://segment.com/docs/connections/functions/insert-functions/#runtime-and-dependencies){:target=”_blank”} are installed in the function. The following dependencies are also installed:
8995
- `@azure/identity` exposed as `azure.identity`
9096
- `@azure/event-hubs` exposed as `azure.eventHubs`

0 commit comments

Comments
 (0)